Skip to content

Commit d839624

Browse files
authored
Merge pull request #12607 from ethereum/chriseth-patch-2
Fix changelog for the bugfix about immutables with return in base constructor
2 parents b1e1b4d + 4259e1b commit d839624

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
@@ -15,7 +15,7 @@ Bugfixes:
1515
* Code Generator: Fix ICE when accessing the members of external functions occupying more than two stack slots.
1616
* Code Generator: Fix ICE when doing an explicit conversion from ``string calldata`` to ``bytes``.
1717
* Control Flow Graph: Perform proper virtual lookup for modifiers for uninitialized variable and unreachable code analysis.
18-
* Immutables: Fix wrong error when the constructor of a base contract uses ``return`` and the parent contract contains immutable variables.
18+
* Immutables: Fix wrong error when the constructor of a base contract uses ``return`` and the derived contract contains immutable variables.
1919
* IR Generator: Add missing cleanup during the conversion of fixed bytes types to smaller fixed bytes types.
2020
* IR Generator: Add missing cleanup for indexed event arguments of value type.
2121
* IR Generator: Fix internal error when copying reference types in calldata and storage to struct or array members in memory.

0 commit comments

Comments
 (0)