diff options
author | chriseth <chris@ethereum.org> | 2018-09-06 22:44:59 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-10 18:29:07 +0800 |
commit | 55e4532c7231ea7f4ab54402ebac84406564b64b (patch) | |
tree | a9cbddba43e189b32de05b44ec4b58cccc1f1247 | |
parent | 30578cad8108216598091ead7dde2acce68924ef (diff) | |
download | dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.tar dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.tar.gz dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.tar.bz2 dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.tar.lz dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.tar.xz dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.tar.zst dexon-solidity-55e4532c7231ea7f4ab54402ebac84406564b64b.zip |
Changelog.
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 26f7d5e2..1a02ade5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ Bugfixes: * 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) |