aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-25 00:37:39 +0800
committerchriseth <chris@ethereum.org>2017-08-25 00:37:52 +0800
commit29ba351a731ec7b9cc36bac519deed549c8fe849 (patch)
tree0d909e7aeec373b0559b9d80f8ae9a9e03bdd92b /Changelog.md
parentc5b81f53ce16503213383c912b097acdfe7042ed (diff)
downloaddexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.tar
dexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.tar.gz
dexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.tar.bz2
dexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.tar.lz
dexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.tar.xz
dexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.tar.zst
dexon-solidity-29ba351a731ec7b9cc36bac519deed549c8fe849.zip
Describe experimental features.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index d435a939..b7874206 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,9 +3,11 @@
Features:
* ABI JSON: Include new field ``stateMutability`` with values ``pure``, ``view``,
``nonpayable`` and ``payable``.
- * Analyzer: Experimental partial support for Z3 SMT checker.
+ * Analyzer: Experimental partial support for Z3 SMT checker ("SMTChecker").
* Build System: Shared libraries (``libdevcore``, ``libevmasm``, ``libsolidity``
and ``liblll``) are no longer produced during the build process.
+ * Code generator: Experimental new implementation of ABI encoder that can
+ encode arbitrarily nested arrays ("ABIEncoderV2")
* Metadata: Store experimental flag in metadata CBOR.
* Parser: Display previous visibility specifier in error if multiple are found.
* Parser: Introduce ``pure`` and ``view`` keyword for functions,