From ec93743659e3e154e215778cc0835ebbdc06b9a3 Mon Sep 17 00:00:00 2001 From: Matt Rogers & Persa Zula Date: Thu, 13 Feb 2014 12:39:00 -0600 Subject: [PATCH] Update history to reflect merge of #1976 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 28908732..947e1ddb 100644 --- a/History.markdown +++ b/History.markdown @@ -51,6 +51,7 @@ * Fixes full path leak to source directory when using include tag (#1951) * Don't generate pages that aren't being published (#1931) * Use `SafeYAML.load` to avoid conflicts with other projects (#1982) + * Relative posts should never fail to build (#1976) ### Development Fixes * Add a link to the site in the README.md file (#1795)