Changelog entry.

This commit is contained in:
chriseth 2020-09-11 14:24:45 +02:00
parent 930646ba2b
commit 168433f251

View File

@ -12,6 +12,7 @@ Compiler Features:
* Yul Optimizer: Prune unused parameters in functions.
* Yul Optimizer: Inline into functions further down in the call graph first.
* Yul Optimizer: Try to simplify function names.
* Yul IR Generator: Report source locations related to unimplemented features.
Bugfixes: