Update HISTORY.md for v2.4.0 release

This commit is contained in:
Jonathan Rudenberg
2012-08-07 09:32:38 -04:00
parent f5a20ff8e8
commit a8e9327f0b
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -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
+1 -1
View File
@@ -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"]