From a5d236eb5386777e966e3cb3eb37bb42b7179b82 Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Mon, 27 Apr 2009 09:06:22 -0400 Subject: [PATCH] Updating history so far from 0.5.0 --- History.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.txt b/History.txt index 8e40b794..cea3bb41 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,12 @@ +== 0.5.1 + * Major Enhancements + * Next/previous posts in site payload [github.com/pantulis, github.com/tomo] + * Permalink templating system + * 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] + == 0.5.0 / 2009-04-07 * Minor Enhancements * Ability to set post categories via YAML [github.com/qrush]