From 445347e25995f58cafd22bd374244c257b122876 Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Fri, 1 May 2009 08:31:52 -0400 Subject: [PATCH] Updating history with latest additions --- History.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.txt b/History.txt index cea3bb41..5d2e65fd 100644 --- a/History.txt +++ b/History.txt @@ -2,10 +2,13 @@ * Major Enhancements * Next/previous posts in site payload [github.com/pantulis, github.com/tomo] * Permalink templating system + * Moved most of the README out to the GitHub wiki + * Exclude option in configuration so specified files won't be brought over with generated site [github.com/duritong] * Bug Fixes * Making sure config.yaml references are all gone, using only config.yml * Fixed syntax highlighting breaking for UTF-8 code [github.com/henrik] * Worked around RDiscount bug that prevents Markdown from getting parsed after highlight [github.com/henrik] + * CGI escaped post titles [github.com/Chrononaut] == 0.5.0 / 2009-04-07 * Minor Enhancements