We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bb003 commit 87d571bCopy full SHA for 87d571b
CHANGELOG.md
@@ -6,8 +6,8 @@ fix:
6
* correct expression for identifiers
7
* allow empty template interpolations
8
* allow empty templates
9
-* fix bug in serializer when the `context_stack.size()` exceeds `CHAR_MAX`
10
-* fix bug in serializer when the `heredoc_identifier.size()` exceeds `CHAR_MAX`
+* fix crash when `context_stack.size()` exceeds `CHAR_MAX`
+* fix crash when `heredoc_identifier.size()` exceeds `CHAR_MAX`
11
12
quality:
13
* add fuzzing
0 commit comments