From 5e59e39d67f7c6d64ef07154643e673166113848 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 30 Sep 2010 15:32:38 -0700 Subject: [PATCH] add to history --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 12cd2673..9b2fe713 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,6 +12,7 @@ * Add the correct content type when serving files from the frontend. * Wiki#pages come back sorted by Page#title. * Add --host option and default it to 127.0.0.1. + * Allow anchors in page links, such as `[[Abc#header]]`. * Bug Fixes * Increase minimum Sanitize version requirement to 1.1.0. 1.0.x versions of Sanitize require Hpricot instead of Nokogiri