Create history section for 4.0.0

This commit is contained in:
Justin Li
2015-03-25 14:40:19 -04:00
parent 86a82d3039
commit 53842a471e

View File

@@ -1,9 +1,12 @@
# Liquid Version History
## 3.0.0 / not yet released / branch "master"
## 4.0.0 / not yet released / branch "master"
* ...
* Block parsing moved to BlockBody class, see #458 [Dylan Thacker-Smith, dylanahsmith]
## 3.0.0 / 2014-11-12 / branch "3-0-stable"
* Removed Block#end_tag. Instead, override parse with `super` followed by your code. See #446 [Dylan Thacker-Smith, dylanahsmith]
* Fixed condition with wrong data types, see #423 [Bogdan Gusiev]
* Add url_encode to standard filters, see #421 [Derrick Reimer, djreimer]