From bcf14641623297dbf953fceaa28de745b590aed3 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 5 May 2013 22:58:55 +0200 Subject: [PATCH] Update history to reflect merge of #992 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 999ec51a..425647d2 100644 --- a/History.txt +++ b/History.txt @@ -52,6 +52,7 @@ * Add source and destination directory protection (#535) * Better YAML error message (#718) * Bug Fixes + * Ensure post and page URLs have a leading slash (#992) * Catch all exceptions, not just StandardError descendents (#1007) * Bullet-proof limit_posts option (#1004) * Read in YAML as UTF-8 to accept non-ASCII chars (#836)