diff --git a/History.md b/History.md index 26f1fab..efcc9c2 100644 --- a/History.md +++ b/History.md @@ -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]