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

This commit is contained in:
Parker Moore 2014-11-03 12:10:18 -08:00
parent ccd1941378
commit ab8441259e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* Allow post URL's to have `.htm` extensions (#2925) * Allow post URL's to have `.htm` extensions (#2925)
* `Utils.slugify`: Don't create new objects when gsubbing (#2997) * `Utils.slugify`: Don't create new objects when gsubbing (#2997)
* The jsonify filter should deep-convert to Liquid when given an Array. (#3032) * The jsonify filter should deep-convert to Liquid when given an Array. (#3032)
* Use `127.0.0.1` as default host instead of `0.0.0.0` (#3053)
### Development Fixes ### Development Fixes