Update History.markdown to reflect the cherry-pick of 2b9e849.

This commit is contained in:
Jordon Bedwell 2016-04-12 03:02:34 -05:00
parent 1efb1d7a58
commit 61b17d3dc8
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
### Bug Fixes
* Cherry Pick: 2b9e849 into Master (Fix SSL options.)
* Site Template: Added a default lang attribute (#4633)
* Site template: Escape title and description where it is used in HTML (#4606)
* Document#date: drafts which have no date should use source file mtime (#4611)
@ -30,6 +31,7 @@
* Ensures related_posts are only set for a post (#4620)
* 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)
* Fix #4689: Use SSLEnable instead of EnableSSL and make URL HTTPS. (#4693)
### Development Fixes