mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 09:15:41 +03:00
bump master version to 2.6.0
Bumping master version to 2.6.0 Adding 2.6.0 changes to history
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Liquid Version History
|
||||
|
||||
## 2.6.0 / Master branch
|
||||
|
||||
* Add reverse filter
|
||||
* Add utf-8 support
|
||||
* Cache for partials
|
||||
* Avoid warnings in Ruby 1.9.3
|
||||
* Use of BigDecimal on filters to have better precision
|
||||
|
||||
## 2.5.0 / 2013-03-06
|
||||
|
||||
* Prevent Object methods from being called on drops
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# encoding: utf-8
|
||||
module Liquid
|
||||
VERSION = "2.5.0"
|
||||
VERSION = "2.6.0"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user