From 4bb7d538540a54a8bf9818e6627e81641b5fd558 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 16 Sep 2010 09:23:02 -0700 Subject: [PATCH] history update --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 9d9c8dbe..71291090 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,7 @@ * Support a `:gollum_path` Sinatra setting for `Precious::App` * Add Wiki#size to efficiently count pages without loading them. * Add the correct content type when serving files from the frontend. + * Wiki#pages come back sorted by Page#title. * Bug Fixes * Increase minimum Sanitize version requirement to 1.1.0. 1.0.x versions of Sanitize require Hpricot instead of Nokogiri