From 1de1ab9303b20fddde7d6a01b7642a861eebd051 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 12 Aug 2014 11:19:02 -0400 Subject: [PATCH] Update history to reflect merge of #2729 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 549bc473..b3e812da 100644 --- a/History.markdown +++ b/History.markdown @@ -17,6 +17,7 @@ ### Bug Fixes + * Call `#to_liquid` before calling `#to_json` in jsonify filter (#2729) * Use non padded config in `strftime` to avoid parse string twice (#2673) * Replace deprecated Ruby methods with undeprecated ones (#2664) * Catch errors when parsing Post `date` front matter value & produce nice error message (#2649)