From 594e2a94c7cdbf6de358271a42f6e27026985fef Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 16 Feb 2014 21:36:40 -0500 Subject: [PATCH] Update history to reflect merge of #2042 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 7650902c..0d5145bf 100644 --- a/History.markdown +++ b/History.markdown @@ -56,6 +56,7 @@ * Use `SafeYAML.load` to avoid conflicts with other projects (#1982) * Relative posts should never fail to build (#1976) * Remove executable bits of non executable files (#2056) + * `#path` for a draft is now `_drafts` instead of `_posts` (#2042) ### Development Fixes * Add a link to the site in the README.md file (#1795)