diff --git a/Changelog.md b/Changelog.md index ed77a9afb..aef2625f3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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).