From 29ba351a731ec7b9cc36bac519deed549c8fe849 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 24 Aug 2017 18:37:39 +0200 Subject: Describe experimental features. --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3