Skip to content

Commit

Permalink
Merge pull request ethereum#2800 from ethereum/updateVersion
Browse files Browse the repository at this point in the history
Describe experimental features.
  • Loading branch information
chriseth authored Aug 24, 2017
2 parents c5b81f5 + 29ba351 commit dd67e59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd67e59

Please sign in to comment.