mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07: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
|
# 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
|
## 2.5.0 / 2013-03-06
|
||||||
|
|
||||||
* Prevent Object methods from being called on drops
|
* Prevent Object methods from being called on drops
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "2.5.0"
|
VERSION = "2.6.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user