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