From 485f7634bdc81a0d0bff6c46200e0ba5e7343926 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 27 Oct 2014 17:40:30 -0700 Subject: [PATCH] Update history to reflect merge of #3032 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index d4eedda8..142b4010 100644 --- a/History.markdown +++ b/History.markdown @@ -24,6 +24,7 @@ * Fix code for media query mixin in site template (#2946) * 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) ### Development Fixes