You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Bugfixes:
19
19
* 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.
20
20
* Code Generator: Fix internal error when super would have to skip an unimplemented function in the virtual resolution order.
21
21
* 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.
22
23
* SMTChecker: Fix internal error on struct constructor with fixed bytes member initialized with string literal.
23
24
* SMTChecker: Fix internal error on external calls from the constructor.
24
25
* SMTChecker: Fix internal error on conversion from ``bytes`` to ``fixed bytes``.
0 commit comments