diff --git a/History.md b/History.md index b8963bf3..467bf68d 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,16 @@ # Liquid Version History +## 2.4.0 / 2012-08-03 + +* Performance improvements +* Allow filters in `assign` +* Add `modulo` filter +* Ruby 1.8, 1.9, and Rubinius compatibility fixes +* Add support for `quoted['references']` in `tablerow` +* Add support for Enumerable to `tablerow` +* `strip\_html` filter removes html comments + + ## 2.3.0 / 2011-10-16 * Several speed/memory improvements diff --git a/liquid.gemspec b/liquid.gemspec index f96ca676..22e69409 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "liquid" - s.version = "2.3.0" + s.version = "2.4.0" s.platform = Gem::Platform::RUBY s.summary = "A secure, non-evaling end user template engine with aesthetic markup." s.authors = ["Tobias Luetke"]