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

This commit is contained in:
Parker Moore 2014-04-14 13:00:48 -04:00
parent 4f66db6c38
commit 3f03c7a9d6
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
* Permit YAML blocks to end with three dots to better conform with the * Permit YAML blocks to end with three dots to better conform with the
YAML spec (#2110) YAML spec (#2110)
* Use `File.exist?` instead of deprecated `File.exists?` (#2214) * Use `File.exist?` instead of deprecated `File.exists?` (#2214)
* Require newline after start of YAML front-matter header (#2211)
### Bug Fixes ### Bug Fixes
* Don't allow nil entries when loading posts (#1796) * Don't allow nil entries when loading posts (#1796)