Skip to content

Commit 8b05868

Browse files
committed
Changelog: Sort 0.8.15 entries
1 parent 13dc5c2 commit 8b05868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Language Features:
2929

3030
Compiler Features:
3131
* 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.
3234
* Type Checker: Warn about assignments involving multiple pushes to storage ``bytes`` that may invalidate references.
3335
* 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.
3636

3737
Bugfixes:
3838
* ABI Encoder: When encoding an empty string coming from storage do not add a superfluous empty slot for data.
3939
* 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.
4041
* Yul IR Code Generation: More robust cleanup in corner cases during memory to storage copies.
4142
* 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.
4343

4444

4545
### 0.8.14 (2022-05-17)

0 commit comments

Comments
 (0)