History.txt in jekyll-0.3.0 vs History.txt in jekyll-0.4.1
- old
+ new
@@ -1,4 +1,29 @@
+==
+ * Minor Enhancements
+ * Changed date format on wordpress converter (zeropadding) [github.com/dysinger]
+ * Bug Fixes
+ * Add jekyll binary as executable to gemspec [github.com/dysinger]
+
+== 0.4.0 / 2009-02-03
+ * Major Enhancements
+ * Switch to Jeweler for packaging tasks
+ * Minor Enhancements
+ * Type importer [github.com/codeslinger]
+ * site.topics accessor [github.com/baz]
+ * Add array_to_sentence_string filter [github.com/mchung]
+ * Add a converter for textpattern [github.com/PerfectlyNormal]
+ * Add a working Mephisto / MySQL converter [github.com/ivey]
+ * Allowing .htaccess files to be copied over into the generated site [github.com/briandoll]
+ * Add option to not put file date in permalink URL [github.com/mreid]
+ * Add line number capabilities to highlight blocks [github.com/jcon]
+ * Bug Fixes
+ * Fix permalink behavior [github.com/cavalle]
+ * Fixed an issue with pygments, markdown, and newlines [github.com/zpinter]
+ * Ampersands need to be escaped [github.com/pufuwozu, github.com/ap]
+ * Test and fix the site.categories hash [github.com/zzot]
+ * Fix site payload available to files [github.com/matrix9180]
+
== 0.3.0 / 2008-12-24
* Major Enhancements
* Added --server option to start a simple WEBrick server on destination directory [github.com/johnreilly and github.com/mchung]
* Minor Enhancements
* Added post categories based on directories containing _posts [github.com/mreid]