diff options
author | chriseth <chris@ethereum.org> | 2018-09-13 22:42:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 22:42:39 +0800 |
commit | 76812ed5675eb9d9bcd8f939adfec3ba4f02e970 (patch) | |
tree | 76b1734d7360d73825f9737a1c7b530468f4bddd | |
parent | 753a94fdae83b967615185d953efc38c51f2a455 (diff) | |
parent | 6ed88d1bfe9e92e8b34c4f933467aa4a1f056dd7 (diff) | |
download | dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.tar dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.tar.gz dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.tar.bz2 dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.tar.lz dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.tar.xz dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.tar.zst dexon-solidity-76812ed5675eb9d9bcd8f939adfec3ba4f02e970.zip |
Merge pull request #4965 from ethereum/updateChangelog
Update changelog
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 29c28e30..bfe82f8c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,8 @@ Important Bugfixes: * Code Generator: Properly perform cleanup for exponentiation and non-256 bit types. * 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: Consider all unicode line terminators (LF, VF, FF, CR, NEL, LS, PS) for single-line comments + and string literals. They are invalid in strings and will end comments. * Parser: Disallow unterminated multi-line comments at the end of input. * Parser: Treat ``/** /`` as unterminated multi-line comment. |