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:
Arthur Neves
2013-06-06 14:17:12 -04:00
parent 1849c24f2c
commit 0d9353591b
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
# encoding: utf-8
module Liquid
VERSION = "2.5.0"
VERSION = "2.6.0"
end