Skip to content

Commit b8eb2a0

Browse files
authored
Merge pull request #11901 from ethereum/fix-changelog
Move changelog item to bugfix.
2 parents d0ce643 + 4d52e87 commit b8eb2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Compiler Features:
1212
* SMTChecker: Add constraints to better correlate ``address(this).balance`` and ``msg.value``.
1313
* SMTChecker: Support the ``value`` option for external function calls.
1414
* 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.
1615

1716

1817
Bugfixes:
@@ -21,6 +20,7 @@ Bugfixes:
2120
* SMTChecker: Fix false positive in external calls from constructors.
2221
* SMTChecker: Fix internal error on some multi-source uses of ``abi.*``, cryptographic functions and constants.
2322
* Type Checker: Disallow modifier declarations and definitions in interfaces.
23+
* Yul Optimizer: Fix a crash in LoadResolver, when ``keccak256`` has particular non-identifier arguments.
2424

2525

2626

0 commit comments

Comments
 (0)