Skip to content

Commit

Permalink
Update changelog (PowerShell#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Sep 17, 2019
1 parent 7fa45c8 commit db6f7b8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# PowerShell Editor Services Release History

## v2.0.0-preview.5
### Wednesday, September 18, 2019

- 🐛 [PowerShellEditorServices #1022](https://github.com/PowerShell/PowerShellEditorServices/pull/1022) -
Catch stream exceptions for some Debug Adapter stability.
- 🔎 [PowerShellEditorServices #1021](https://github.com/PowerShell/PowerShellEditorServices/pull/1021) -
Add AutoCorrectAliases setting (PR to be made in VS-Code repo as well) to add support for optionally correcting aliases as well (added in PSSA 1.18.2). (Thanks @bergmeister!).
- 🐛 [vscode-powershell #1994](https://github.com/PowerShell/PowerShellEditorServices/pull/1000) -
Fix crash when setBreakpoint from VSCode sends a git:/ URI.
- 🧹 [PowerShellEditorServices #988](https://github.com/PowerShell/PowerShellEditorServices/pull/988) -
Remove consoleecho lib for PowerShell 7.
- 📔 [PowerShellEditorServices #986](https://github.com/PowerShell/PowerShellEditorServices) -
Documentation updates. (Thanks @SydneyhSmith!)
- ⚙️ [PowerShellEditorServices #981](https://github.com/PowerShell/PowerShellEditorServices/pull/981) -
Update NewtonSoft.Json dependency from 10.0.3 to 11.02 since PS 6.0 has been deprecated. (Thanks @bergmeister!)
- 🐛 [vscode-powershell #2007](https://github.com/PowerShell/PowerShellEditorServices/pull/974) -
Defend against crash when no PSScriptAnalyzer is found.
- 👷 [PowerShellEditorServices #978](https://github.com/PowerShell/PowerShellEditorServices/pull/977) -
Delete stale WebSocket code.

## v2.0.0-preview.4
### Wednesday, May 22, 2019

Expand Down

0 comments on commit db6f7b8

Please sign in to comment.