Mention in changelog

This commit is contained in:
Alex Beregszaszi
2020-01-15 13:18:24 +00:00
parent 8d7fd90593
commit 09a9099057
+1
View File
@@ -5,6 +5,7 @@ Language 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: 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.