From 8114ae65526a3c272f71ff7f94f1fa5359ebb222 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 22 Jan 2014 07:38:04 -0600 Subject: [PATCH] Update history to reflect merge of #1931 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index fe27a924..adfc825a 100644 --- a/History.markdown +++ b/History.markdown @@ -40,6 +40,7 @@ * Fix typos (#1910) * Lock Maruku at 0.7.0 to prevent bugs caused by Maruku 0.7.1 (#1958) * Fixes full path leak to source directory when using include tag (#1951) + * Don't generate pages that aren't being published (#1931) ### Development Fixes * Add a link to the site in the README.md file (#1795)