Skip to content

Commit d902654

Browse files
authored
[Ignore] Update CHANGELOG for v2.0.0-preview.8 (#1156)
* Update CHANGELOG for v2.0.0-preview.8 * Update version
1 parent f572569 commit d902654

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.0-preview.8
4+
### Monday, January 13, 2020
5+
6+
- 📺 [vscode-powershell #2405](https://github.com/PowerShell/PowerShellEditorServices/pull/1152) -
7+
Add tooltip to completions ParameterValue.
8+
- 🛫 🐛 [vscode-powershell #2393](https://github.com/PowerShell/PowerShellEditorServices/pull/1151) -
9+
Probe netfx dir for deps.
10+
- 🚂 ⏱️ 🐛 [vscode-powershell #2352](https://github.com/PowerShell/PowerShellEditorServices/pull/1149) -
11+
Fix lock up that occurs when WinForms is executed on the pipeline thread.
12+
- 💭 🐛 [vscode-powershell #2402](https://github.com/PowerShell/PowerShellEditorServices/pull/1150) -
13+
Fix temp debugging after it broke bringing in $psEditor.
14+
- 🧠 🐛 [vscode-powershell #2324](https://github.com/PowerShell/PowerShellEditorServices/pull/1143) -
15+
Fix unicode character uri bug.
16+
- 🛫 📺 ✨ [vscode-powershell #2370](https://github.com/PowerShell/PowerShellEditorServices/pull/1141) -
17+
Make startup banner simpler.
18+
- [vscode-powershell #2386](https://github.com/PowerShell/PowerShellEditorServices/pull/1140) -
19+
Fix uncaught exception when SafeToString returns null. (Thanks @jborean93!)
20+
- 🔗 🐛 [vscode-powershell #2374](https://github.com/PowerShell/PowerShellEditorServices/pull/1139) -
21+
Simplify logic of determining Reference definition.
22+
- 🛫 🐛 [vscode-powershell #2379](https://github.com/PowerShell/PowerShellEditorServices/pull/1138) -
23+
Use -Option AllScope to fix Windows PowerShell error.
24+
325
## v2.0.0-preview.7
426
### Wednesday, December 11, 2019
527

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.0.0</VersionPrefix>
4-
<VersionSuffix>preview.7</VersionSuffix>
4+
<VersionSuffix>preview.8</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)