Skip to content

Commit 8bb7851

Browse files
changelog for v2.1.0-preview.1 (#1236)
* changelog * Apply suggestions from code review Co-Authored-By: Robert Holt <[email protected]> Co-authored-by: Robert Holt <[email protected]>
1 parent ada0a9a commit 8bb7851

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Diff for: CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.1.0-preview.1
4+
### Thursday, March 12, 2020
5+
6+
- ✨🧠 [PowerShellEditorServices #1232](https://github.com/PowerShell/PowerShellEditorServices/pull/1232) -
7+
Only resolve completion items from commands.
8+
- ✨🐢 [PowerShellEditorServices #1167](https://github.com/PowerShell/PowerShellEditorServices/pull/1167) -
9+
Run a single test in Pester v5. (Thanks @nohwnd!)
10+
- 🐛🔍 [vscode-powershell #2534](https://github.com/PowerShell/PowerShellEditorServices/pull/1230) -
11+
Ensure that errors are written to the console when debugging.
12+
- 🐛🔍 [vscode-powershell #2525](https://github.com/PowerShell/PowerShellEditorServices/pull/1229) -
13+
Don't warn users when using `Clear-Host` in temp sessions.
14+
- ✨💎 [PowerShellEditorServices #1228](https://github.com/PowerShell/PowerShellEditorServices/pull/1228) -
15+
Add better logging for formatter and refactor it into 1 class.
16+
- 🐛🚂 [vscode-powershell #2397](https://github.com/PowerShell/PowerShellEditorServices/pull/1227) -
17+
Use Assembly.LoadFile for dependency loading in WinPS.
18+
- ✨🛫 [PowerShellEditorServices #1222](https://github.com/PowerShell/PowerShellEditorServices/pull/1222) -
19+
Make initial logging work in constrained language mode, allowing the desired user-facing error to present.
20+
- 🐛🛫 [PowerShellEditorServices #1225](https://github.com/PowerShell/PowerShellEditorServices/pull/1225) -
21+
Sign Clear-Host.ps1.
22+
- 🐛🛫 [PowerShellEditorServices #1219](https://github.com/PowerShell/PowerShellEditorServices/pull/1219) -
23+
Ensure log directory is created.
24+
- 🐛👷‍♀️ [PowerShellEditorServices #1223](https://github.com/PowerShell/PowerShellEditorServices/pull/1223) -
25+
Change Ms-vscode.csharp to ms-dotnettools.csharp. (Thanks @devlead!)
26+
- 🐛🔧 [PowerShellEditorServices #1220](https://github.com/PowerShell/PowerShellEditorServices/pull/1220) -
27+
Fix typo in settings.
28+
- ✨🔧 [PowerShellEditorServices #1218](https://github.com/PowerShell/PowerShellEditorServices/pull/1218) -
29+
Switch to better document selecting for vim extension.
30+
- 🐛🧠 [PowerShellEditorServices #1217](https://github.com/PowerShell/PowerShellEditorServices/pull/1217) -
31+
Make session-state lock task-reentrant to fix Untitled file debugging.
32+
333
## v2.0.0
434
### Thursday, March 5, 2020
535

0 commit comments

Comments
 (0)