Skip to content

Commit 3b51fe4

Browse files
authored
Update the change log for v7.3.0-preview.8 (PowerShell#18136)
1 parent 31a0c29 commit 3b51fe4

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,5 +1582,6 @@ vmImage
15821582
ci.psm1
15831583
jcotton42
15841584
centos-7
1585+
Security.types.ps1xml
15851586
- ADOPTERS.md
15861587
MicrosoftPowerBIMgmt

CHANGELOG/preview.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Current preview release
22

3+
## [7.3.0-preview.8] - 2022-09-20
4+
5+
### General Cmdlet Updates and Fixes
6+
7+
- Filter out compiler generated types for `Add-Type -PassThru` (#18095)
8+
- Fix error formatting to use color defined in `$PSStyle.Formatting` (#17987)
9+
- Handle `PSObject` argument specially in method invocation logging (#18060)
10+
- Revert the experimental feature `PSStrictModeAssignment` (#18040)
11+
- Make experimental feature `PSAMSIMethodInvocationLogging` stable (#18041)
12+
- Make experimental feature `PSAnsiRenderingFileInfo` stable (#18042)
13+
- Make experimental feature `PSCleanBlock` stable (#18043)
14+
- Make experimental feature `PSNativeCommandArgumentPassing` stable (#18044)
15+
- Make experimental feature `PSExec` stable (#18045)
16+
- Make experimental feature `PSRemotingSSHTransportErrorHandling` stable (#18046)
17+
- Add the `ConfigurationFile` option to the PowerShell help content (#18093)
18+
19+
### Build and Packaging Improvements
20+
21+
<summary>
22+
<p>Bump .NET SDK to version `7.0.100-rc.1`</p>
23+
</summary>
24+
25+
<details>
26+
<ul>
27+
<li>Update ThirdPartyNotices.txt for 7.3.0-preview.8 (Internal 22553)</li>
28+
<li>Update cgmanifest.json for 7.3.0-preview.8 (Internal 22551)</li>
29+
<li>Re-enable building with Ready-to-Run (#18107)</li>
30+
<li>Make sure <code>Security.types.ps1xml</code> gets signed in release build (#17930)</li>
31+
<li>Update <code>DotnetRuntimeMetadata.json</code> for .NET 7 RC1 build (#18106)</li>
32+
<li>Add XML reference documents to NuPkg files for SDK (#18017)</li>
33+
<li>Make Register MU timeout (#17995)</li>
34+
<li>Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#17924)</li>
35+
<li>Update list of PS team members in release tools (#17928)</li>
36+
<li>Update to use version 2.21.0 of Application Insights (#17927)</li>
37+
<li>Complete ongoing <code>Write-Progress</code> in test (#17922)</li>
38+
</ul>
39+
</details>
40+
41+
[7.3.0-preview.8]: https://github.com/PowerShell/PowerShell/compare/v7.3.0-preview.7...v7.3.0-preview.8
42+
343
## [7.3.0-preview.7] - 2022-08-09
444

545
### Breaking Changes

0 commit comments

Comments
 (0)