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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
### 0.8.12 (unreleased)
2
2
3
3
Language Features:
4
-
* General: Support ``ContractName.functionName`` for ``abi.encodeCall``, in addition to external function pointers.
5
4
* General: Add equality-comparison operators for external function types.
5
+
* General: Support ``ContractName.functionName`` for ``abi.encodeCall``, in addition to external function pointers.
6
6
7
7
8
8
Compiler Features:
@@ -14,8 +14,8 @@ Compiler Features:
14
14
15
15
Bugfixes:
16
16
* 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``.
19
19
* Control Flow Graph: Perform proper virtual lookup for modifiers for uninitialized variable and unreachable code analysis.
20
20
* General: ``string.concat`` now properly takes strings as arguments and returns ``string memory``. It was accidentally introduced as a copy of ``bytes.concat`` before.
21
21
* 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:
24
24
* IR Generator: Add missing cleanup for indexed event arguments of value type.
25
25
* IR Generator: Fix internal error when copying reference types in calldata and storage to struct or array members in memory.
26
26
* 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.
0 commit comments