From 06cc318b6f5bf8d8c15fa37f211c7e2379a7b4d9 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 10 Mar 2009 16:56:27 -0700 Subject: [PATCH] update history --- History.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.txt b/History.txt index 38fafaad..86686069 100644 --- a/History.txt +++ b/History.txt @@ -4,9 +4,13 @@ * 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] + * Refactors + * Factored the filtering code into a method [github.com/Chrononaut] == 0.4.1 * Minor Enhancements