Skip to content

Commit b856a07

Browse files
Rev version to v2020.3.2 update CHANGELOG (#2597)
* Rev version to v2020.3.2 and update CHANGELOG * actually rev version
1 parent bd2c36a commit b856a07

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# PowerShell Preview Extension Release History
22

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2020.3.1",
4+
"version": "2020.3.2",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)