From 74ca65b0450cfe6c83372bc1eafc0e6431a78e78 Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 23 Aug 2010 16:39:10 -0700 Subject: [PATCH] history updates --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7261a905..7d20d2f1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,9 @@ * Major Enhancements * Optimize page write/update/delete to use Grit::Index::read_tree instead of manually recreating entire index contents. + * Added --irb option for the gollum command. +* Minor Enhancements + * Support a `:gollum_path` Sinatra setting for `Precious::App` * Bug Fixes * Increase minimum Sanitize version requirement to 1.1.0. 1.0.x versions of Sanitize require Hpricot instead of Nokogiri