From be56a0f685016601f8122143a66ec4ad29c3c238 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 10 Mar 2009 16:59:05 -0700 Subject: [PATCH] update history --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 86686069..390b26b9 100644 --- a/History.txt +++ b/History.txt @@ -9,6 +9,7 @@ * 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] + * Only query required fields from the WP Database [github.com/ariejan] * Refactors * Factored the filtering code into a method [github.com/Chrononaut]