Skip to content

Commit 2437c22

Browse files
update cl for stable (#2758)
1 parent f8abde0 commit 2437c22

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# PowerShell Extension Release History
22

3-
## v2020.6.1
3+
## v2020.6.0
4+
### Thursday, June 11, 2020
5+
6+
- ⚡️🧠 Better performance of overall.
7+
- ✨🛫 Support for ConstrainedLanguage mode.
8+
- 🐛 Many squashed bugs
9+
- ✨👮 Updated PSScriptAnalyzer to 1.19.0.
10+
- More formatting settings! (Thanks @bergmeister!)
11+
- 📟 ✨ Updated PSReadLine to 2.0.2.
12+
(From now on,
13+
the stable extension will have the latest stable version of PSReadLine and the PowerShell Preview extension will have the latest preview of PSReadLine)
14+
15+
## v2020.6.1-preview
416
### Monday, June 08, 2020
517
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
618

@@ -13,6 +25,12 @@
1325
Use From instead of FromFileSystem fixing CodeLens references.
1426
- 📟 ✨ [PowerShellEditorServices #1290](https://github.com/PowerShell/PowerShellEditorServices/pull/1290) -
1527
Allow PSReadLine to work in ConstrainedLanguage mode.
28+
- 📟 ✨ The PowerShell Preview extension now uses v2.1.0-preview.2 of PSReadLine.
29+
If you want the predictions feature back, add the following to your `$PROFILE`:
30+
31+
```pwsh
32+
Set-PSReadLineOption -PredictionSource History
33+
```
1634

1735
## v2020.6.0-preview
1836
### Monday, June 01, 2020

0 commit comments

Comments
 (0)