aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-25 00:27:08 +0800
committerGitHub <noreply@github.com>2017-08-25 00:27:08 +0800
commit71294b287210e5ced64a5492c4d950b372296d19 (patch)
tree205a46169a4d26bf50d46339104087f4a848d539 /Changelog.md
parent5fbe3af12ecaa0b44f63a9e908c82d24d3ad219f (diff)
parentdeeac7e2e0a1b8ffd0bbc709264d7bf37eb05536 (diff)
downloaddexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.tar
dexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.tar.gz
dexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.tar.bz2
dexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.tar.lz
dexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.tar.xz
dexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.tar.zst
dexon-solidity-71294b287210e5ced64a5492c4d950b372296d19.zip
Merge pull request #2798 from ethereum/statemutability
Rename statemutability to stateMutability in ABI/AST
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 8c540a28..4144c264 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,7 +2,7 @@
Features:
* Introduce ``pure`` functions. The pureness is not enforced yet, use with care.
- * ABI JSON: Include new field ``statemutability`` with values ``pure``, ``view``, ``nonpayable`` and ``payable``.
+ * ABI JSON: Include new field ``stateMutability`` with values ``pure``, ``view``, ``nonpayable`` and ``payable``.
* Analyzer: Experimental partial support for Z3 SMT checker.
* Parser: Display previous visibility specifier in error if multiple are found.
* Parser: Introduce ``view`` keyword on functions (``constant`` remains an alias for ``view``).