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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@ Language Features:
5
5
6
6
7
7
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.
9
10
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
10
11
* Yul Optimizer: Remove ``sstore`` and ``mstore`` operations that are never read from.
11
-
* LSP: Implements goto-definition.
12
+
12
13
13
14
Bugfixes:
15
+
* General: Fix internal error for locales with unusual capitalization rules. Locale set in the environment is now completely ignored.
14
16
* 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.
0 commit comments