From 251d5c82012bfdfffa0b966098a91ee5f52b6e97 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 30 Sep 2010 17:20:31 -0700 Subject: [PATCH] add to history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9b2fe713..49e82830 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -13,6 +13,8 @@ * 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]]`. + * All pages retrieved with a SHA add `rel="nofollow"` to all + page links. * Bug Fixes * Increase minimum Sanitize version requirement to 1.1.0. 1.0.x versions of Sanitize require Hpricot instead of Nokogiri