mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add changelog entries
This commit is contained in:
parent
b99f85ec65
commit
8498fdf1d4
@ -6,6 +6,8 @@ Language Features:
|
||||
Compiler Features:
|
||||
* TypeChecker: Support using library constants in initializers of other constants.
|
||||
* Yul IR Code Generation: Improved copy routines for arrays with packed storage layout.
|
||||
* Yul Optimizer: Add rule to convert `mod(mul(X, Y), A)` into `mulmod(X, Y, A)`, if `A` is a power of two.
|
||||
* Yul Optimizer: Add rule to convert `mod(add(X, Y), A)` into `addmod(X, Y, A)`, if `A` is a power of two.
|
||||
|
||||
|
||||
Bugfixes:
|
||||
|
Loading…
Reference in New Issue
Block a user