Skip to content

Commit 76812ed

Browse files
authored
Merge pull request #4965 from ethereum/updateChangelog
Update changelog
2 parents 753a94f + 6ed88d1 commit 76812ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Important Bugfixes:
44
* Code Generator: Properly perform cleanup for exponentiation and non-256 bit types.
55
* Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values.
66
* Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values.
7-
* Parser: Treat unicode line endings as terminating strings and single-line comments.
7+
* Parser: Consider all unicode line terminators (LF, VF, FF, CR, NEL, LS, PS) for single-line comments
8+
and string literals. They are invalid in strings and will end comments.
89
* Parser: Disallow unterminated multi-line comments at the end of input.
910
* Parser: Treat ``/** /`` as unterminated multi-line comment.
1011

0 commit comments

Comments
 (0)