File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Compiler Features:
12
12
* SMTChecker: Add constraints to better correlate `` address(this).balance `` and `` msg.value `` .
13
13
* SMTChecker: Support the `` value `` option for external function calls.
14
14
* Commandline Interface: Disallowed the `` --experimental-via-ir `` option to be used with Standard Json, Assembler and Linker modes.
15
- * Yul Optimizer: Fix a crash in LoadResolver, when `` keccak256 `` has particular non-identifier arguments.
16
15
17
16
18
17
Bugfixes:
@@ -21,6 +20,7 @@ Bugfixes:
21
20
* SMTChecker: Fix false positive in external calls from constructors.
22
21
* SMTChecker: Fix internal error on some multi-source uses of `` abi.* `` , cryptographic functions and constants.
23
22
* Type Checker: Disallow modifier declarations and definitions in interfaces.
23
+ * Yul Optimizer: Fix a crash in LoadResolver, when `` keccak256 `` has particular non-identifier arguments.
24
24
25
25
26
26
You can’t perform that action at this time.
0 commit comments