Skip to content

Commit bf2556a

Browse files
committed
Minor changes to changelog.
1 parent 6c36638 commit bf2556a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### 0.8.12 (unreleased)
22

33
Language Features:
4-
* General: Support ``ContractName.functionName`` for ``abi.encodeCall``, in addition to external function pointers.
54
* General: Add equality-comparison operators for external function types.
5+
* General: Support ``ContractName.functionName`` for ``abi.encodeCall``, in addition to external function pointers.
66

77

88
Compiler Features:
@@ -14,8 +14,8 @@ Compiler Features:
1414

1515
Bugfixes:
1616
* Antlr Grammar: Allow builtin names in ``yulPath`` to support ``.address`` in function pointers.
17-
* Code Generator: Fix ICE when accessing the members of external functions occupying more than two stack slots.
18-
* Code Generator: Fix ICE when doing an explicit conversion from ``string calldata`` to ``bytes``.
17+
* Code Generator: Fix internal error when accessing the members of external functions occupying more than two stack slots.
18+
* Code Generator: Fix internal error when doing an explicit conversion from ``string calldata`` to ``bytes``.
1919
* Control Flow Graph: Perform proper virtual lookup for modifiers for uninitialized variable and unreachable code analysis.
2020
* General: ``string.concat`` now properly takes strings as arguments and returns ``string memory``. It was accidentally introduced as a copy of ``bytes.concat`` before.
2121
* Immutables: Fix wrong error when the constructor of a base contract uses ``return`` and the derived contract contains immutable variables.
@@ -24,8 +24,8 @@ Bugfixes:
2424
* IR Generator: Add missing cleanup for indexed event arguments of value type.
2525
* IR Generator: Fix internal error when copying reference types in calldata and storage to struct or array members in memory.
2626
* IR Generator: Fix IR syntax error when copying storage arrays of structs containing functions.
27-
* Natspec: Fix ICE when overriding a struct getter with a Natspec-documented return value and the name in the struct is different.
28-
* TypeChecker: Fix ICE when a constant variable declaration forward references a struct.
27+
* Natspec: Fix internal error when overriding a struct getter with a Natspec-documented return value and the name in the struct is different.
28+
* Type Checker: Fix internal error when a constant variable declaration forward references a struct.
2929
* Yul EVM Code Transform: Improved stack shuffling in corner cases.
3030

3131
Solc-Js:

0 commit comments

Comments
 (0)