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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,17 @@ Language Features:
29
29
30
30
Compiler Features:
31
31
* Language Server: Add rudimentary support for semantic highlighting.
32
+
* Language Server: Adds support for configuring ``include-paths`` JSON settings object that can be passed during LSP configuration stage.
33
+
* Language Server: Always add ``{project_root}/node_modules`` to include search paths.
32
34
* Type Checker: Warn about assignments involving multiple pushes to storage ``bytes`` that may invalidate references.
33
35
* Yul Optimizer: Improve inlining heuristics for via IR code generation and pure Yul compilation.
34
-
* Language Server: Always add ``{project_root}/node_modules`` to include search paths.
35
-
* Language Server: Adds support for configuring ``include-paths`` JSON settings object that can be passed during LSP configuration stage.
36
36
37
37
Bugfixes:
38
38
* ABI Encoder: When encoding an empty string coming from storage do not add a superfluous empty slot for data.
39
39
* Common Subexpression Eliminator: Process assembly items in chunks with maximum size of 2000. It helps to avoid extremely time-consuming searches during code optimization.
40
+
* DocString Parser: Fix ICE caused by an immutable struct with mapping.
40
41
* Yul IR Code Generation: More robust cleanup in corner cases during memory to storage copies.
41
42
* Yul Optimizer: Do not remove ``returndatacopy`` in cases in which it might perform out-of-bounds reads that unconditionally revert as out-of-gas. Previously, any ``returndatacopy`` that wrote to memory that was never read from was removed without accounting for the out-of-bounds condition.
42
-
* DocString Parser: Fix ICE caused by an immutable struct with mapping.
0 commit comments