update history

This commit is contained in:
Tom Preston-Werner 2009-03-10 17:24:53 -07:00
parent 872a221862
commit 3e42982201
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* 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]
* Only query required fields from the WP Database [github.com/ariejan] * Only query required fields from the WP Database [github.com/ariejan]
* Prevent _posts from being copied to the destination directory [github.com/bdimcheff]
* Refactors * Refactors
* Factored the filtering code into a method [github.com/Chrononaut] * Factored the filtering code into a method [github.com/Chrononaut]