aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-24 22:23:00 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-24 22:23:00 +0800
commitdeeac7e2e0a1b8ffd0bbc709264d7bf37eb05536 (patch)
treec60783e5d37d453485cc06016d62376638e8c1bb /Changelog.md
parentd3fd6a8800ddd15be509971b516bb823bbd93b86 (diff)
downloaddexon-solidity-deeac7e2e0a1b8ffd0bbc709264d7bf37eb05536.tar.gz
dexon-solidity-deeac7e2e0a1b8ffd0bbc709264d7bf37eb05536.tar.zst
dexon-solidity-deeac7e2e0a1b8ffd0bbc709264d7bf37eb05536.zip
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``).