Skip to content

Commit 1638b21

Browse files
authored
Merge pull request #11485 from ethereum/changelogForMod
Changelog entry for modifier fix.
2 parents a8ffa6c + a397619 commit 1638b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Bugfixes:
1919
* Code Generator: Fix internal error when function arrays are assigned to storage variables and the function types can be implicitly converted but are not identical.
2020
* Code Generator: Fix internal error when super would have to skip an unimplemented function in the virtual resolution order.
2121
* Control Flow Graph: Take internal calls to functions that always revert into account for reporting unused or unassigned variables.
22+
* Control Flow Graph: Assume unimplemented modifiers use a placeholder.
2223
* SMTChecker: Fix internal error on struct constructor with fixed bytes member initialized with string literal.
2324
* SMTChecker: Fix internal error on external calls from the constructor.
2425
* SMTChecker: Fix internal error on conversion from ``bytes`` to ``fixed bytes``.

0 commit comments

Comments
 (0)