aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-15 01:13:56 +0800
committerGitHub <noreply@github.com>2017-09-15 01:13:56 +0800
commit7dd372ce5c9ea1cacf2c70a16f0285bb74314db8 (patch)
tree338fbcdef0accc0605120bc3fca163098d5d74fc /Changelog.md
parent934b0d2f0daf0a45fb686ec5073dbd288d27f769 (diff)
parent24fd67b7db26f44ddc6b6db0b6f685d887762df0 (diff)
downloaddexon-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.md1
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.