Skip to content

Commit 73d2bb5

Browse files
committed
Update CHANGELOG for v2.4.3
1 parent 32f318e commit 73d2bb5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.4.3
4+
### Wednesday, May 26, 2021
5+
6+
This stable release includes all the changes in the previews since v2.3.0, plus the following:
7+
8+
- ✨👷 [PowerShellEditorServices #1491](https://github.com/PowerShell/PowerShellEditorServices/pull/1491) - Bump OmniSharp to `v0.19.2`.
9+
- 🧠🐛 [vscode-powershell #715](https://github.com/PowerShell/PowerShellEditorServices/pull/1484) - Fix unintentional module import. (Thanks @MartinGC94!)
10+
11+
The most significant change is the update to [OmniSharp
12+
v0.19.2](https://github.com/OmniSharp/csharp-language-server-protocol/releases/tag/v0.19.2),
13+
from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying
14+
Language Server Protocol and Debug Adapter Protocol server library, and as such is our
15+
biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications,
16+
enabling us to start incorporating all the latest LSP changes, and it includes numerous
17+
bug fixes and enhancements resulting in a faster and more stable server and extension
18+
experience.
19+
320
## v2.4.2-preview.1
421
### Friday, May 21, 2021
522

0 commit comments

Comments
 (0)