From 4293be315458f113beae44f7f667e3ff54249194 Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Mon, 11 Nov 2013 09:02:32 -0500 Subject: [PATCH] Update history --- History.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 851c93b..7d47cd5 100644 --- a/History.md +++ b/History.md @@ -14,6 +14,7 @@ The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are * Bugfix for #204: 'raw' parsing bug [Florian Weingarten, fw42] * Bugfix for #150: 'for' parsing bug [Peter Schröder, phoet] * Bugfix for #126: Strip CRLF in strip_newline [Peter Schröder, phoet] +* Bugfix for #174, "can't convert Fixnum into String" for "replace" [wǒ_is神仙, jsw0528] * Allow a Liquid::Drop to be passed into Template#render [Daniel Huckstep, darkhelmet] * Resource limits [Florian Weingarten, fw42] * Add reverse filter [Jay Strybis, unreal] @@ -24,7 +25,11 @@ The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are * Better documentation for 'include' tag (closes #163) [Peter Schröder, phoet] * Use of BigDecimal on filters to have better precision (closes #155) [Arthur Nogueira Neves, arthurnn] -## 2.5.3 / branch "2.5-stable" +## 2.5.4 / 2013-11-11 / branch "2.5-stable" + +* Fix "can't convert Fixnum into String" for "replace", see #173, [wǒ_is神仙, jsw0528] + +## 2.5.3 / 2013-10-09 * #232, #234, #237: Fix map filter bugs [Florian Weingarten, fw42]