diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f0f305c..4514aa108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # PowerShell Editor Services Release History +## v2.1.0-preview.3 +### Tuesday, March 31, 2020 + +- ✨📟 [PowerShellEditorServices #1245](https://github.com/PowerShell/PowerShellEditorServices/pull/1245) - + Better PSReadLine version filter check to include 2.1.0+ prereleases. +- 🐛⚡️🧠🔗 [PowerShellEditorServices #1248](https://github.com/PowerShell/PowerShellEditorServices/pull/1248) - + Fix cancellation for completions and add `textDocument/hover` cancellation support. + ## v2.1.0-preview.2 ### Thursday, March 26, 2020 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index df82ce2c8..9ee946c0a 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,7 +1,7 @@ 2.1.0 - preview.2 + preview.3 Microsoft © Microsoft Corporation. All rights reserved. PowerShell;editor;development;language;debugging