From 48b143c6ed6c53b3f893387c7be83a07b8ddd70f Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 19 Aug 2010 18:21:26 -0700 Subject: [PATCH] Update history for massive performance optimization. --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9f942e17..7261a905 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # HEAD +* Major Enhancements + * Optimize page write/update/delete to use Grit::Index::read_tree instead + of manually recreating entire index contents. * Bug Fixes * Increase minimum Sanitize version requirement to 1.1.0. 1.0.x versions of Sanitize require Hpricot instead of Nokogiri