aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-09-08 09:18:17 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-23 01:24:22 +0800
commitefe4d68a7bdc55fd79b9e01b863064b27528428a (patch)
tree66fed23805dcf2dffdb2bc8509ddf077ac99e45d /Changelog.md
parent210b4870a805620329793c8ba2177a3ff6e7b477 (diff)
downloaddexon-solidity-efe4d68a7bdc55fd79b9e01b863064b27528428a.tar.gz
dexon-solidity-efe4d68a7bdc55fd79b9e01b863064b27528428a.tar.zst
dexon-solidity-efe4d68a7bdc55fd79b9e01b863064b27528428a.zip
Introduce view (and keep constant as an alias)
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 39cbd44b..efcea03f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* ABI JSON: Include new field ``statemutability`` with values ``view``, ``nonpayable`` and ``payable``.
* Parser: Display previous visibility specifier in error if multiple are found.
+ * Parser: Introduce ``view`` keyword on functions (``constant`` remains an alias for ``view``).
* Syntax Checker: Support ``pragma experimental <feature>;`` to turn on experimental features.
* Static Analyzer: Warn about large storage structures.
* Metadata: Store experimental flag in metadata CBOR.