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

This commit is contained in:
Parker Moore 2014-04-06 13:37:06 -04:00
parent b4a669ad76
commit 75854b5d0b
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
* Clean up the `<head>` in the site template (#2186)
* Permit YAML blocks to end with three dots to better conform with the
YAML spec (#2110)
* Use `File.exist?` instead of deprecated `File.exists?` (#2214)
### Bug Fixes
* Don't allow nil entries when loading posts (#1796)