Merge pull request #6988 from ethereum/sortChangelog

Sort changelog.
This commit is contained in:
chriseth 2019-06-24 15:58:34 +02:00 committed by GitHub
commit 970b4708ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,17 +4,12 @@ Important Bugfixes:
* Fix incorrect abi encoding of storage array of data type that occupy multiple storage slots
Language Features:
Compiler Features:
* Optimizer: Add rule to simplify SUB(~0, X) to NOT(X).
* Commandline Interface: Experimental parser error recovery via the ``--error-recovery`` commandline switch.
* Optimizer: Add rule to simplify ``SUB(~0, X)`` to ``NOT(X)``.
* Yul Optimizer: Make the optimizer work for all dialects of Yul including eWasm.
Bugfixes:
* Yul / Inline Assembly Parser: Disallow trailing commas in function call arguments.
* Set state mutability of the function type members ``gas`` and ``value`` to pure (while their return type inherits state mutability from the function type).