diff options
author | chriseth <chris@ethereum.org> | 2018-09-10 19:00:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 19:00:03 +0800 |
commit | b9164eaba2a192428a27bac045c529c438599af7 (patch) | |
tree | bdc128a766c64667537ddfe8fbe9bea55025aaea /Changelog.md | |
parent | a1848ac9470a97bf2f158b91a558391ee9f70c11 (diff) | |
parent | 55e4532c7231ea7f4ab54402ebac84406564b64b (diff) | |
download | dexon-solidity-b9164eaba2a192428a27bac045c529c438599af7.tar.gz dexon-solidity-b9164eaba2a192428a27bac045c529c438599af7.tar.zst dexon-solidity-b9164eaba2a192428a27bac045c529c438599af7.zip |
Merge pull request #4937 from ethereum/fixNewline_0425
[backport] Fix newline bugs
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 6397b23b..2a04c8a1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,9 @@ Bugfixes: * Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values. * Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values. + * Parser: Treat unicode line endings as terminating strings and single-line comments. + * Parser: Disallow unterminated multi-line comments at the end of input. + * Parser: Treat ``/** /`` as unterminated multi-line comment. ### 0.4.24 (2018-05-16) |