Skip to content

Commit 8c500ee

Browse files
Rev version to 2.1.0-preview.3 and update CHANGELOG (#1249)
1 parent 0346346 commit 8c500ee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.0-preview.3
4+
### Tuesday, March 31, 2020
5+
6+
- ✨📟 [PowerShellEditorServices #1245](https://github.com/PowerShell/PowerShellEditorServices/pull/1245) -
7+
Better PSReadLine version filter check to include 2.1.0+ prereleases.
8+
- 🐛⚡️🧠🔗 [PowerShellEditorServices #1248](https://github.com/PowerShell/PowerShellEditorServices/pull/1248) -
9+
Fix cancellation for completions and add `textDocument/hover` cancellation support.
10+
311
## v2.1.0-preview.2
412
### Thursday, March 26, 2020
513

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.1.0</VersionPrefix>
4-
<VersionSuffix>preview.2</VersionSuffix>
4+
<VersionSuffix>preview.3</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

0 commit comments

Comments
 (0)