|
@@ -1,3 +1,13 @@
|
|
1
|
+## Changes for 0.9.3 (2013-04-16):
|
|
2
|
+
|
|
3
|
+* **INCOMPATIBLE CHANGE**: `page-path` and the `blog` config class are no longer exported.
|
|
4
|
+* New Docs: [A Hacker's Guide to Coleslaw](hacking_guide) and [Themes](theming_guide)!
|
|
5
|
+* A new theme *readable* based on bootswatch readable, courtesy of @rmoritz!
|
|
6
|
+* Posts may have an author to support multi-user blogs courtesy of @tychoish.
|
|
7
|
+* Fixes to the ReStructuredText plugin courtesy of @tychoish.
|
|
8
|
+* UTF-8 fixes for config files and site content courtesy of @cl-ment.
|
|
9
|
+* Fix timestamps in the sitemap plugin courtesy of @woudshoo.
|
|
10
|
+
|
1
|
11
|
## Changes for 0.9.2 (2013-05-11):
|
2
|
12
|
|
3
|
13
|
* **INCOMPATIBLE CHANGE**: Renamed staging, deploy config options staging-dir, deploy-dir.
|
|
@@ -52,3 +62,6 @@
|
52
|
62
|
## Changes for 0.5 (2012-08-22):
|
53
|
63
|
|
54
|
64
|
* Initial release.
|
|
65
|
+
|
|
66
|
+[hacking_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/hacking.md
|
|
67
|
+[theming_guide]: https://github.com/redline6561/coleslaw/blob/master/docs/themes.md
|