From f190a960a16f0d6cb14e0153d465e71870caf579 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 12 Aug 2014 11:20:20 -0400 Subject: [PATCH] Update history to reflect merge of #2722 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index b3e812da..71f1d2fb 100644 --- a/History.markdown +++ b/History.markdown @@ -17,6 +17,7 @@ ### Bug Fixes + * Use only the last extname when multiple converters exist (#2722) * 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)