Raise SyntaxError on invalid UTF8 strings in lexer/tokenizer

This commit is contained in:
Chris AtLee
2025-02-11 14:23:15 -05:00
parent aec966eed7
commit 550135c0b9
5 changed files with 35 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
## 5.7.3 (unreleased)
* Raise Liquid::SyntaxError when parsing invalidly encoded strings
## 5.7.2 2025-01-31
* Fix array filters to not support nested properties