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

This commit is contained in:
Parker Moore 2014-10-27 17:40:30 -07:00
parent 0fc256dbef
commit 485f7634bd
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* Fix code for media query mixin in site template (#2946) * Fix code for media query mixin in site template (#2946)
* 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)
### Development Fixes ### Development Fixes