aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-09-14 23:53:43 +0800
committerchriseth <chris@ethereum.org>2017-09-14 23:53:43 +0800
commit24fd67b7db26f44ddc6b6db0b6f685d887762df0 (patch)
tree3982eca046948d719e4dd824aa82b3573db2a244 /Changelog.md
parent1c85ba10e13879f680579031234c911099433596 (diff)
downloaddexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.tar
dexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.tar.gz
dexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.tar.bz2
dexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.tar.lz
dexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.tar.xz
dexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.tar.zst
dexon-solidity-24fd67b7db26f44ddc6b6db0b6f685d887762df0.zip
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 d0d4d8df..18253a32 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,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.