Update history for massive performance optimization.

This commit is contained in:
Tom Preston-Werner
2010-08-19 18:21:26 -07:00
parent dae2e0c79c
commit 48b143c6ed
+3
View File
@@ -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