diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-05-08 19:08:06 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-06 17:15:25 +0800 |
commit | 44374a58466cd590ee1497ed5cf7f36c3f0f5548 (patch) | |
tree | 8bb5e949aefd3203a851a071726dcbfa8e52f560 /Changelog.md | |
parent | 3684151e53ae4482c6b4dfea1debe5050c24d6c6 (diff) | |
download | dexon-solidity-44374a58466cd590ee1497ed5cf7f36c3f0f5548.tar.gz dexon-solidity-44374a58466cd590ee1497ed5cf7f36c3f0f5548.tar.zst dexon-solidity-44374a58466cd590ee1497ed5cf7f36c3f0f5548.zip |
Remove "constant" from JSON AST.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 89841cf0..086dbd9f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,6 +33,7 @@ Breaking Changes: * General: Remove assembly instruction aliases ``sha3`` and ``suicide`` * General: C99-style scoping rules are enforced now. This was already the case in the experimental 0.5.0 mode. * General: Disallow combining hex numbers with unit denominations (e.g. ``0x1e wei``). This was already the case in the experimental 0.5.0 mode. + * JSON AST: Remove ``constant`` and ``payable`` fields (the information is encoded in the ``stateMutability`` field). * Name Resolver: Do not exclude public state variables when looking for conflicting declarations. * Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence. * Parser: Disallow trailing dots that are not followed by a number. |