Skip to content

Commit 13dc5c2

Browse files
committed
Changelog: Use Language Server instead of LSP when referring to the compiler component
1 parent 9f34322 commit 13dc5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Language Features:
2828

2929

3030
Compiler Features:
31-
* LSP: Add rudimentary support for semantic highlighting.
31+
* Language Server: Add rudimentary support for semantic highlighting.
3232
* Type Checker: Warn about assignments involving multiple pushes to storage ``bytes`` that may invalidate references.
3333
* Yul Optimizer: Improve inlining heuristics for via IR code generation and pure Yul compilation.
3434
* Language Server: Always add ``{project_root}/node_modules`` to include search paths.
@@ -81,7 +81,7 @@ Compiler Features:
8181
* Commandline Interface: Allow the use of ``--via-ir`` in place of ``--experimental-via-ir``.
8282
* Compilation via Yul IR is no longer marked as experimental.
8383
* JSON-AST: Added selector field for errors and events.
84-
* LSP: Implements goto-definition.
84+
* Language Server: Implements goto-definition.
8585
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
8686
* Yul EVM Code Transform: Avoid unnecessary ``pop``s on terminating control flow.
8787
* Yul Optimizer: Remove ``sstore`` and ``mstore`` operations that are never read from.

0 commit comments

Comments
 (0)