Skip to content

Commit 87d571b

Browse files
committed
changelog
1 parent 29bb003 commit 87d571b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ fix:
66
* correct expression for identifiers
77
* allow empty template interpolations
88
* 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`
9+
* fix crash when `context_stack.size()` exceeds `CHAR_MAX`
10+
* fix crash when `heredoc_identifier.size()` exceeds `CHAR_MAX`
1111

1212
quality:
1313
* add fuzzing

0 commit comments

Comments
 (0)