From 9414280aa7b610d73fdac136e73a898f70489bcd Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 18 Feb 2014 01:53:47 -0500 Subject: [PATCH] Update history to reflect merge of #2058 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 22b1bce2..a404e13a 100644 --- a/History.markdown +++ b/History.markdown @@ -41,6 +41,7 @@ * Remove support for Ruby 1.9.2 (#2045) * Add `.mkdown` as valid Markdown extension (#2048) * Add `index.xml` to the list of WEBrick directory index files (#2041) + * Make the `layouts` config key relative to CWD or to source (#2058) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)