History.md in liquid-5.1.0 vs History.md in liquid-5.2.0

- old
+ new

@@ -1,6 +1,17 @@ # Liquid Change Log +## 5.2.0 2021-03-01 + +### Features +* Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard] +* Eagerly cache global filters (#1524) [Jean Boussier] + +### Fixes +* Fix some internal errors in filters from invalid input (#1476) [Dylan Thacker-Smith] +* Allow dash in filter kwarg name for consistency with Liquid::C (#1518) [CP Clermont] + + ## 5.1.0 / 2021-09-09 ### Features * Add `base64_encode`, `base64_decode`, `base64_url_safe_encode`, and `base64_url_safe_decode` filters (#1450) [Daniel Insley] * Introduce `to_liquid_value` in `Liquid::Drop` (#1441) [Michael Go]