Changelog

This commit is contained in:
Leonardo Alt 2020-08-11 15:54:16 +02:00
parent 0a160b1ba0
commit 1b720cf674

View File

@ -4,6 +4,7 @@ Language Features:
Compiler Features:
* SMTChecker: Add underflow and overflow as verification conditions in the CHC engine.
* Standard JSON Interface: Do not run EVM bytecode code generation, if only Yul IR or EWasm output is requested.
* Yul: Report error when using non-string literals for ``datasize()``, ``dataoffset()``, ``linkersymbol()``, ``loadimmutable()``, ``setimmutable()``.