From 01b11d098ed0e226ae39e9d6152546dc0a634f0a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 5 Nov 2014 18:38:27 -0800 Subject: [PATCH] Update history to reflect merge of #3063 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index d9a5256b..0a8759a5 100644 --- a/History.markdown +++ b/History.markdown @@ -27,6 +27,7 @@ * Allow post URL's to have `.htm` extensions (#2925) * `Utils.slugify`: Don't create new objects when gsubbing (#2997) * The jsonify filter should deep-convert to Liquid when given an Array. (#3032) + * Apply `jsonify` filter to Hashes deeply and effectively (#3063) * Use `127.0.0.1` as default host instead of `0.0.0.0` (#3053) ### Development Fixes