Add replace_last and remove_last filters (#1422)

Co-authored-by: ADTC <[email protected]>
Co-authored-by: Dylan Thacker-Smith <[email protected]>
This commit is contained in:
Anders Søgaard
2022-02-24 14:02:15 -05:00
committed by GitHub
co-authored by ADTC Dylan Thacker-Smith
parent 0d5e01ae98
commit 0d83e64cfe
3 changed files with 45 additions and 11 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
# Liquid Change Log
## 5.1.1 (unreleased)
## 5.2.0 (unreleased)
### Features
* Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard]
### Fixes
* Fix some internal errors in filters from invalid input [Dylan Thacker-Smith]
* Fix some internal errors in filters from invalid input (#1476) [Dylan Thacker-Smith]
## 5.1.0 / 2021-09-09