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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,10 @@ Important Bugfixes:
4
4
* Yul Optimizer: Prevent the incorrect removal of storage writes before calls to Yul functions that conditionally terminate the external EVM call.
5
5
6
6
7
-
Language Features:
8
-
9
-
10
7
Compiler Features:
11
8
* Code Generator: More efficient overflow checks for multiplication.
12
-
* Yul Optimizer: Simplify the starting offset of zero-length operations to zero.
13
9
* Language Server: Analyze all files in a project by default (can be customized by setting ``'file-load-strategy'`` to ``'directly-opened-and-on-import'`` in LSP settings object).
10
+
* Yul Optimizer: Simplify the starting offset of zero-length operations to zero.
0 commit comments