From 1b720cf67485aaf5ea4b2e3d9d7b364bc7d3dec8 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Tue, 11 Aug 2020 15:54:16 +0200 Subject: [PATCH] Changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9235faf6e..43b507151 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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()``.