Skip to content

Commit 63e65a6

Browse files
authored
Merge pull request #12788 from ethereum/cleanupchangelog
Clean up changelog.
2 parents 16a6981 + a059ca1 commit 63e65a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ Language Features:
55

66

77
Compiler Features:
8-
* JSON-AST: Added selector field for errors and events.
8+
* JSON-AST: Added selector field for errors and events.
9+
* LSP: Implements goto-definition.
910
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
1011
* Yul Optimizer: Remove ``sstore`` and ``mstore`` operations that are never read from.
11-
* LSP: Implements goto-definition.
12+
1213

1314
Bugfixes:
15+
* General: Fix internal error for locales with unusual capitalization rules. Locale set in the environment is now completely ignored.
1416
* Yul IR Code Generation: Optimize embedded creation code with correct settings. This fixes potential mismatches between the constructor code of a contract compiled in isolation and the bytecode in ``type(C).creationCode``, resp. the bytecode used for ``new C(...)``.
15-
* Fix internal error for locales with unusual capitalization rules. Locale set in the environment is now completely ignored.
1617

1718

1819
### 0.8.12 (2022-02-16)

0 commit comments

Comments
 (0)