From 307cab2eaa3baf9522de33c9cbbcd3844c560c7a Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Wed, 9 Oct 2013 16:45:32 -0400 Subject: [PATCH] History and gemspec Conflicts: History.md liquid.gemspec --- History.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/History.md b/History.md index 64dcd49..851c93b 100644 --- a/History.md +++ b/History.md @@ -24,15 +24,15 @@ 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 +## 2.5.3 / branch "2.5-stable" -* #232, #234, #237: Fix Map filter bugs [Florian Weingarten, fw42] +* #232, #234, #237: Fix map filter bugs [Florian Weingarten, fw42] -## 2.5.2 +## 2.5.2 / 2013-09-03 / deleted -#### Yanked from rubygems, as it contained too much changes, those changes will be on major releases +Yanked from rubygems, as it contained too many changes that broke compatibility. Those changes will be on following major releases. -## 2.5.1 +## 2.5.1 / 2013-07-24 * #230: Fix security issue with map filter, Use invoke_drop in map filter [Florian Weingarten, fw42]