Changelog entry.

This commit is contained in:
chriseth 2019-08-29 15:36:17 +02:00
parent 55024d40fe
commit 635f638fde

View File

@ -6,6 +6,7 @@ Language Features:
Compiler Features:
* Optimizer: Add rule that replaces the BYTE opcode by 0 if the first argument is larger than 31.
* Yul Optimizer: Take side-effect-freeness of user-defined functions into account.
Bugfixes: