Skip to content

Commit eed3649

Browse files
committed
Update CHANGELOG for v2023.3.2-preview
1 parent bdee932 commit eed3649

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# PowerShell Extension Release History
22

3+
## v2023.3.2-preview
4+
### Monday, March 27, 2023
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- 🐛 👷 [vscode-powershell #4481](https://github.com/PowerShell/vscode-powershell/pull/4481) - Remove problematic `[RepoNames]` PowerShell class.
9+
- ✨ 👷 [vscode-powershell #4464](https://github.com/PowerShell/vscode-powershell/pull/4464) - Remove `preview` label from marketplace.
10+
11+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.3
12+
13+
- Documentation update and CI fix.
14+
315
## v2023.3.1-preview
416
### Wednesday, March 15, 2023
517

tools/ReleaseTools.psm1

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using module PowerShellForGitHub
77
using namespace System.Management.Automation
88

99
Import-Module $PSScriptRoot/VersionTools.psm1
10+
$ChangelogFile = "CHANGELOG.md"
1011

1112
<#
1213
.SYNOPSIS

0 commit comments

Comments
 (0)