From 5a16fe01836182b995c1cd6004e2cd5d75881315 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Fri, 29 Mar 2019 08:59:41 -0700 Subject: [PATCH] [Ignore] Add additional changelog details - Legacy (#1819) * [ignore] Add additional changelog details * Update date --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a96cb9af1..fb51bd31e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # vscode-powershell Release History ## v1.12.0 -### Wednesday, March 27, 2019 +### Friday, March 29, 2019 ### Highlights @@ -55,9 +55,15 @@ There are a lot more goodies in this version. Checkout the changelog below! Set CommandExplorer exclusion filter to be empty array by default (Thanks @adilio!) - [vscode-PowerShell #1686](https://github.com/PowerShell/vscode-PowerShell/pull/1686) - Add an exclusion filter to the Command Explorer (Thanks @corbob!) +- [vscode-PowerShell #1816](https://github.com/PowerShell/vscode-PowerShell/pull/1816) - + Workaround PSSA #1187 by defaulting to NoIndentation #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) +- [PowerShellEditorServices #895](https://github.com/PowerShell/PowerShellEditorServices/pull/895) - + Add warning to parameter validation set (Thanks @Benny1007!) +- [PowerShellEditorServices #896](https://github.com/PowerShell/PowerShellEditorServices/pull/896) - + Clean up and pop dead runspaces when using 'attach' debugging - [PowerShellEditorServices #888](https://github.com/PowerShell/PowerShellEditorServices/pull/888) - Add new ParseError level to ScriptFileMarkerLevel and filter out PSSA parse errors - [PowerShellEditorServices #866](https://github.com/PowerShell/PowerShellEditorServices/pull/866) -