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

This commit is contained in:
Parker Moore 2014-11-06 12:04:31 -08:00
parent ffe7860625
commit 328fbd83d4
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
* 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)
* Apply `jsonify` filter to Hashes deeply and effectively (#3063) * Apply `jsonify` filter to Hashes deeply and effectively (#3063)
* Use `127.0.0.1` as default host instead of `0.0.0.0` (#3053) * Use `127.0.0.1` as default host instead of `0.0.0.0` (#3053)
* In the case that a Gemfile does not exist, ensure Jekyll doesn't fail on requiring the Gemfile group (#3066)
### Development Fixes ### Development Fixes