History.md in liquid-3.0.0.rc1 vs History.md in liquid-3.0.0

- old
+ new

@@ -1,9 +1,13 @@ # Liquid Version History ## 3.0.0 / not yet released / branch "master" * ... +* 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] +* Add uniq to standard filters [Florian Weingarten, fw42] * Add exception_handler feature, see #397 and #254 [Bogdan Gusiev, bogdan and Florian Weingarten, fw42] * Optimize variable parsing to avoid repeated regex evaluation during template rendering #383 [Jason Hiltz-Laforge, jasonhl] * Optimize checking for block interrupts to reduce object allocation #380 [Jason Hiltz-Laforge, jasonhl] * Properly set context rethrow_errors on render! #349 [Thierry Joyal, tjoyal] * Fix broken rendering of variables which are equal to false, see #345 [Florian Weingarten, fw42]