Mention in changelog

This commit is contained in:
Alex Beregszaszi 2020-01-13 15:42:42 +00:00
parent 8d7fd90593
commit 09a9099057

View File

@ -5,6 +5,7 @@ Language Features:
Compiler Features: Compiler Features:
* LLL: The LLL compiler has been removed.
* General: Raise warning if runtime bytecode exceeds 24576 bytes (a limit introduced in Spurious Dragon). * General: Raise warning if runtime bytecode exceeds 24576 bytes (a limit introduced in Spurious Dragon).
* General: Support compiling starting from an imported AST. Among others, this can be used for mutation testing. * General: Support compiling starting from an imported AST. Among others, this can be used for mutation testing.
* Yul Optimizer: Apply penalty when trying to rematerialize into loops. * Yul Optimizer: Apply penalty when trying to rematerialize into loops.