From 826a70f54f90f7424a4eaa6dca9002fda6f7b085 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 1 Jul 2013 09:46:33 -0500 Subject: [PATCH] Update history to reflect merge of #1253 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 76b83d6a..adeb4211 100644 --- a/History.markdown +++ b/History.markdown @@ -14,6 +14,7 @@ * Fix pagination in subdirectories. (#1198) * Fix an issue with directories and permalinks that have a plus sign (+) in them (#1215) + * Provide better error reporting when generating sites (#1253) ### Development Fixes * Merge the theme and layout cucumber steps into one step (#1151)