Fix some internal errors in filters from invalid input. (#1476)

These fixes came from improving the corresponding test, so these might not
actually be causing problems in practice.
This commit is contained in:
Dylan Thacker-Smith
2022-02-24 09:17:37 -05:00
committed by GitHub
parent 15eaa49e48
commit 0d5e01ae98
3 changed files with 48 additions and 29 deletions
+6
View File
@@ -1,5 +1,11 @@
# Liquid Change Log
## 5.1.1 (unreleased)
### Fixes
* Fix some internal errors in filters from invalid input [Dylan Thacker-Smith]
## 5.1.0 / 2021-09-09
### Features