History.txt in mojombo-jekyll-0.4.1 vs History.txt in mojombo-jekyll-0.5.0
- old
+ new
@@ -1,5 +1,23 @@
-==
+== 0.5.0 / 2009-04-07
+ * Minor Enhancements
+ * Ability to set post categories via YAML [github.com/qrush]
+ * Ability to set prevent a post from publishing via YAML [github.com/qrush]
+ * Add textilize filter [github.com/willcodeforfoo]
+ * Add 'pretty' permalink style for wordpress-like urls [github.com/dysinger]
+ * Made it possible to enter categories from YAML as an array [github.com/Chrononaut]
+ * Ignore Emacs autosave files [github.com/Chrononaut]
+ * Bug Fixes
+ * Use block syntax of popen4 to ensure that subprocesses are properly disposed [github.com/jqr]
+ * Close open4 streams to prevent zombies [github.com/rtomayko]
+ * Only query required fields from the WP Database [github.com/ariejan]
+ * Prevent _posts from being copied to the destination directory [github.com/bdimcheff]
+ * Refactors
+ * Factored the filtering code into a method [github.com/Chrononaut]
+ * Fix tests and convert to Shoulda [github.com/qrush, github.com/technicalpickles]
+ * Add Cucumber acceptance test suite [github.com/qrush, github.com/technicalpickles]
+
+== 0.4.1
* Minor Enhancements
* Changed date format on wordpress converter (zeropadding) [github.com/dysinger]
* Bug Fixes
* Add jekyll binary as executable to gemspec [github.com/dysinger]