update history

This commit is contained in:
Tom Preston-Werner 2009-03-10 16:39:54 -07:00
parent 86e72a8b25
commit 5e725eb4c4
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* Ability to set post categories via YAML [github.com/qrush] * Ability to set post categories via YAML [github.com/qrush]
* Ability to set prevent a post from publishing 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 textilize filter [github.com/willcodeforfoo]
* Add 'pretty' permalink style for wordpress-like urls [github.com/dysinger]
* Bug Fixes * Bug Fixes
* Use block syntax of popen4 to ensure that subprocesses are properly disposed [github.com/jqr] * Use block syntax of popen4 to ensure that subprocesses are properly disposed [github.com/jqr]
* Close open4 streams to prevent zombies [github.com/rtomayko] * Close open4 streams to prevent zombies [github.com/rtomayko]