From 4d52e873e77ecaf31ffe667908790ec459da3faf Mon Sep 17 00:00:00 2001 From: hrkrshnn Date: Mon, 6 Sep 2021 17:44:45 +0200 Subject: [PATCH] Move changelog item to bugfix. --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f363d7164..5bbd686a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,7 +12,6 @@ Compiler Features: * SMTChecker: Add constraints to better correlate ``address(this).balance`` and ``msg.value``. * SMTChecker: Support the ``value`` option for external function calls. * Commandline Interface: Disallowed the ``--experimental-via-ir`` option to be used with Standard Json, Assembler and Linker modes. - * Yul Optimizer: Fix a crash in LoadResolver, when ``keccak256`` has particular non-identifier arguments. Bugfixes: @@ -21,6 +20,7 @@ Bugfixes: * SMTChecker: Fix false positive in external calls from constructors. * SMTChecker: Fix internal error on some multi-source uses of ``abi.*``, cryptographic functions and constants. * Type Checker: Disallow modifier declarations and definitions in interfaces. + * Yul Optimizer: Fix a crash in LoadResolver, when ``keccak256`` has particular non-identifier arguments.