Skip to content

Commit dd67e59

Browse files
authored
Merge pull request #2800 from ethereum/updateVersion
Describe experimental features.
2 parents c5b81f5 + 29ba351 commit dd67e59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Features:
44
* ABI JSON: Include new field ``stateMutability`` with values ``pure``, ``view``,
55
``nonpayable`` and ``payable``.
6-
* Analyzer: Experimental partial support for Z3 SMT checker.
6+
* Analyzer: Experimental partial support for Z3 SMT checker ("SMTChecker").
77
* Build System: Shared libraries (``libdevcore``, ``libevmasm``, ``libsolidity``
88
and ``liblll``) are no longer produced during the build process.
9+
* Code generator: Experimental new implementation of ABI encoder that can
10+
encode arbitrarily nested arrays ("ABIEncoderV2")
911
* Metadata: Store experimental flag in metadata CBOR.
1012
* Parser: Display previous visibility specifier in error if multiple are found.
1113
* Parser: Introduce ``pure`` and ``view`` keyword for functions,

0 commit comments

Comments
 (0)