update history

This commit is contained in:
Tom Preston-Werner 2008-12-21 18:03:53 -08:00
parent bd1e5a6095
commit 1aad12d93e
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
==
* Minor Enhancements
* Added post categories based on directories containing _posts [github.com/mreid]
* Added new date filter that shows the full month name [github.com/mreid]
* Make post's YAML front matter available as post.data [github.com/remi]
* Merge Post's YAML front matter into its to_liquid payload [github.com/remi]
* Bug Fixes
* Change YAML delimiter matcher so as to not chew up 2nd level markdown headers [github.com/mreid]
* Fix bug that meant page data (such as the date) was not available in templates [github.com/mreid]
== 0.2.1 / 2008-12-15
* Major Changes
* Use Maruku (pure Ruby) for Markdown by default [github.com/mreid]