Release 5.2.0

This commit is contained in:
Jean Boussier
2022-03-01 16:18:49 +01:00
parent 1a85e98793
commit a7eb33fa39
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,14 +1,16 @@
# Liquid Change Log
## 5.2.0 (unreleased)
## 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