From 38a5c296d7d58ddbc7ab7c4d44eeeb5ff0f5fd1d Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 9 Nov 2010 12:14:00 -0800 Subject: [PATCH] update history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 84605488..e2620f58 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ * Minor Enhancements * Add `:sanitization` and `:history_sanitization` options for customizing how `Sanitize.clean` modifies formatted wiki content. + * Add `--config` option for the command line, to specify a ruby file that is + run during startup. * Bug Fixes * Use `@wiki.page_class` in Gollum::Markup where appropriate (#63).