History.txt in mojombo-jekyll-0.5.0 vs History.txt in mojombo-jekyll-0.5.1
- old
+ new
@@ -1,4 +1,16 @@
+== 0.5.1
+ * Major Enhancements
+ * Next/previous posts in site payload [github.com/pantulis, github.com/tomo]
+ * Permalink templating system
+ * Moved most of the README out to the GitHub wiki
+ * Exclude option in configuration so specified files won't be brought over with generated site [github.com/duritong]
+ * Bug Fixes
+ * Making sure config.yaml references are all gone, using only config.yml
+ * Fixed syntax highlighting breaking for UTF-8 code [github.com/henrik]
+ * Worked around RDiscount bug that prevents Markdown from getting parsed after highlight [github.com/henrik]
+ * CGI escaped post titles [github.com/Chrononaut]
+
== 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]