Fix new changelog entry so it is under unreleased

This commit is contained in:
Dylan Thacker-Smith
2022-02-24 09:27:22 -05:00
parent 50c88fe74d
commit 588d407e0b
+4 -2
View File
@@ -1,6 +1,9 @@
# 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 (#1476) [Dylan Thacker-Smith]
@@ -8,7 +11,6 @@
## 5.1.0 / 2021-09-09
### Features
* Add `remove_last`, and `replace_last` filters (#1422) [Anders Hagbard]
* 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]