Update history to reflect merge of #4786 [ci skip]

This commit is contained in:
jekyllbot 2016-04-15 09:15:14 -07:00
parent f922e8994a
commit 8257f0abd9
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
* EntryFilter#special?: ignore filenames which begin with '~' (#4491) * 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) * 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) * Use SSLEnable instead of EnableSSL and make URL HTTPS. (#4693)
* convertible: use Document::YAML_FRONT_MATTER_REGEXP to parse transformable files (#4786)
### Development Fixes ### Development Fixes