mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Sort changelog.
This commit is contained in:
parent
3b0284817e
commit
1388ffaeee
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user