From 8257f0abd984797ac98dc4c801c186a7994ea05e Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Fri, 15 Apr 2016 09:15:14 -0700 Subject: [PATCH] Update history to reflect merge of #4786 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 79ad40ec..271e559e 100644 --- a/History.markdown +++ b/History.markdown @@ -32,6 +32,7 @@ * EntryFilter#special?: ignore filenames which begin with '~' (#4491) * Cleaner: `keep_files` should only apply to the beginning of paths, not substrings with index > 0 (#3849) * Use SSLEnable instead of EnableSSL and make URL HTTPS. (#4693) + * convertible: use Document::YAML_FRONT_MATTER_REGEXP to parse transformable files (#4786) ### Development Fixes