diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-15 01:13:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 01:13:56 +0800 |
commit | 7dd372ce5c9ea1cacf2c70a16f0285bb74314db8 (patch) | |
tree | 338fbcdef0accc0605120bc3fca163098d5d74fc /Changelog.md | |
parent | 934b0d2f0daf0a45fb686ec5073dbd288d27f769 (diff) | |
parent | 24fd67b7db26f44ddc6b6db0b6f685d887762df0 (diff) | |
download | dexon-solidity-7dd372ce5c9ea1cacf2c70a16f0285bb74314db8.tar.gz dexon-solidity-7dd372ce5c9ea1cacf2c70a16f0285bb74314db8.tar.zst dexon-solidity-7dd372ce5c9ea1cacf2c70a16f0285bb74314db8.zip |
Merge pull request #2904 from ethereum/viewPure5
Enforce view with error for experimental 0.5.0.
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 cbecb3cd..e46a7c2f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: * Type Checker: Greatly reduce the number of duplicate errors shown for duplicate constructors and functions. * Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``. * Type Checker: Enforce ``view`` and ``pure``. + * Type Checker: Enforce ``view`` / ``constant`` with error as experimental 0.5.0 feature. Bugfixes: * ABI JSON: Include all overloaded events. |