Update changelog & bump version for 5.3.0 release

This commit is contained in:
Marc-André Cournoyer
2022-03-17 15:39:04 -04:00
parent 7357dcf185
commit ec6fb4d5fa
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
# Liquid Change Log
## 5.3.0 (unreleased)
## 5.3.0 2022-03-18
### Fixes
* StandardFilter: Fix missing @context on iterations (#1525) [Thierry Joyal]
* Test under Ruby 3.1 (#1533) [petergoldstein]
* Fix warning about block and default value in `static_registers.rb` (#1531) [Peter Zhu]
### Deprecation
* Condition#evaluate to require mandatory context argument in Liquid 6.0.0 (#1527) [Thierry Joyal]