Sort changelog.

This commit is contained in:
chriseth 2019-06-24 14:41:58 +02:00
parent 3b0284817e
commit 1388ffaeee

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).