From 2569e9fb5ecb52b41c34647921c4a450b9635461 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 19 Feb 2009 12:28:50 -0800 Subject: [PATCH] update history --- History.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.txt b/History.txt index 11905efd..1e972805 100644 --- a/History.txt +++ b/History.txt @@ -3,6 +3,8 @@ * 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] + * Bug Fixes + * Use block syntax of popen4 to ensure that subprocesses are properly disposed [github.com/jqr] == 0.4.1 * Minor Enhancements