[StandardFilter] Fix missing @context on iterations

This commit is contained in:
Thierry Joyal
2022-03-07 09:17:07 -05:00
parent 10f8337209
commit 4af38bc549
3 changed files with 39 additions and 8 deletions
+3
View File
@@ -2,6 +2,9 @@
## 5.3.0 (unreleased)
### Fixes
* StandardFilter: Fix missing @context on iterations (#1525) [Thierry Joyal]
### Deprecation
* Condition#evaluate to require mandatory context argument in Liquid 6.0.0 (#1527) [Thierry Joyal]