Skip to content

Commit 7491ddb

Browse files
committed
Should be ready for a 0.3.0 release
1 parent 9fb777a commit 7491ddb

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
This file collects the significant changes to the book since its initial public release.
22

3-
### Version 0.2.1
3+
### Version 0.3.0
4+
5+
#### Enhancements
6+
7+
* Moved the site to [book.xogeny.com](http://book.xogeny.com) with redirects
8+
from beta site.
9+
* Lots of cleanup of annotations by @tbeu and @dietmarw
10+
* Switched back to using MathJax (looks nicer, but requires JS)
11+
* Updated the README to help orient people who want to contribute.
12+
* Incorporated a bunch of excellent fixes and improvements from
13+
@mrtiller related to
14+
[#42](https://github.com/xogeny/ModelicaBook/pull/42/files).
415

516
#### Bug Fixes
617

@@ -28,14 +39,6 @@ This file collects the significant changes to the book since its initial public
2839
* Corrected the explanation on the `unit` attribute raised in
2940
[#59](https://github.com/xogeny/ModelicaBook/issues/59)
3041

31-
#### Enhancements
32-
33-
* Lots of cleanup of annotations by @tbeu and @dietmarw
34-
* Switched back to using MathJax (looks nicer, but requires JS)
35-
* Updated the README to help orient people who want to contribute.
36-
* Incorporated a bunch of excellent fixes and improvements from
37-
@mrtiller related to
38-
[#42](https://github.com/xogeny/ModelicaBook/pull/42/files).
3942

4043
### Version 0.2.0
4144

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ update version of Pygments by doing:
9191

9292
$ sudo pip install --upgrade https://bitbucket.org/dietmarw/pygments-main/get/default.tar.gz
9393

94+
For PDF production, you'll need (at least) `rsvg-convert` as well.
95+
9496
### Building
9597

9698
To build the book in HTML, go to `ModelicaBook/text` and use this command:

0 commit comments

Comments
 (0)