From 217b2298d1b294699f123786c103c7ecd33854c9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 26 Apr 2013 19:13:21 +0200 Subject: [PATCH] Update history to reflect fixing of #836 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 69e4e9d9..42949172 100644 --- a/History.txt +++ b/History.txt @@ -46,6 +46,7 @@ * Add source and destination directory protection (#535) * Better YAML error message (#718) * Bug Fixes + * Read in YAML as UTF-8 to accept non-ASCII chars (#836) * Fix the CLI option --plugins to actually accept dirs and files (#993) * Allow 'excerpt' in YAML Front-Matter to override the extracted excerpt (#946) * Fix cascade problem with site.baseurl, site.port and site.host. (#935)