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

This commit is contained in:
Parker Moore 2014-08-12 11:19:02 -04:00
parent 7b9d392d6f
commit 1de1ab9303
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
### Bug Fixes ### Bug Fixes
* Call `#to_liquid` before calling `#to_json` in jsonify filter (#2729)
* Use non padded config in `strftime` to avoid parse string twice (#2673) * Use non padded config in `strftime` to avoid parse string twice (#2673)
* Replace deprecated Ruby methods with undeprecated ones (#2664) * Replace deprecated Ruby methods with undeprecated ones (#2664)
* Catch errors when parsing Post `date` front matter value & produce nice error message (#2649) * Catch errors when parsing Post `date` front matter value & produce nice error message (#2649)