Skip to content

Commit fdda215

Browse files
authored
Update release notes for 7.4.11 & 7.5.2 (#12156)
1 parent 4fc4b25 commit fdda215

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: What's New in PowerShell 7.4
33
description: New features and changes released in PowerShell 7.4
4-
ms.date: 05/13/2025
4+
ms.date: 06/16/2025
55
---
66

77
# What's New in PowerShell 7.4
88

9-
PowerShell 7.4.10 includes the following features, updates, and breaking changes. PowerShell 7.4.10
10-
is built on .NET 8.0.408.
9+
PowerShell 7.4.11 includes the following features, updates, and breaking changes. PowerShell 7.4.10
10+
is built on .NET 8.0.411.
1111

1212
For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repository.
1313

@@ -178,6 +178,8 @@ Updates to `$PSStyle`
178178

179179
Other Engine updates
180180

181+
- Move .NET method invocation logging to after the needed type conversion is done for method
182+
arguments ([#25568][25568])
181183
- Fallback to AppLocker after WldpCanExecuteFile ([#25229][25229])
182184
- Make PowerShell class not affiliate with Runspace when declaring the `NoRunspaceAffinity`
183185
attribute ([#18138][18138])
@@ -336,3 +338,4 @@ For more information about the Experimental Features, see [Using Experimental Fe
336338
[20371]: https://github.com/PowerShell/PowerShell/pull/20371
337339
[21529]: https://github.com/PowerShell/PowerShell/pull/21529
338340
[25229]: https://github.com/PowerShell/PowerShell/pull/25229
341+
[25568]: https://github.com/PowerShell/PowerShell/pull/25568

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: What's New in PowerShell 7.5
33
description: New features and changes released in PowerShell 7.5
4-
ms.date: 04/25/2025
4+
ms.date: 06/16/2025
55
---
66

77
# What's New in PowerShell 7.5
88

9-
PowerShell 7.5.1 includes the following features, updates, and breaking changes. PowerShell
10-
7.5 is built on .NET 9.0.203 release.
9+
PowerShell 7.5.2 includes the following features, updates, and breaking changes. PowerShell
10+
7.5 is built on .NET 9.0.301 release.
1111

1212
For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repository. For more
1313
information about .NET 9, see [What's new in .NET 9][07].
@@ -115,9 +115,16 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co
115115
data first ([#24236][24236]) (Thanks @MartinGC94)
116116
- Add `-Force` parameter to `Resolve-Path` and `Convert-Path` cmdlets to support wildcard hidden
117117
files [#20981][20981] (Thanks @ArmaanMcleod!)
118+
- Set standard handles explicitly when starting a process with `-NoNewWindow` ([#25324][25324])
119+
- Make inherited protected internal instance members accessible in class scope. ([#25547][25547])
120+
(Thanks @mawosoft!)
121+
- Remove the old fuzzy suggestion and fix the local script file name suggestion ([#25330][25330])
122+
- Fix `PSMethodInvocationConstraints.GetHashCode` method ([#25306][25306]) (Thanks @crazyjncsu!)
118123

119124
## Engine improvements
120125

126+
- Move .NET method invocation logging to after the needed type conversion is done for method
127+
arguments ([#25357][25357])
121128
- Fallback to AppLocker after `WldpCanExecuteFile` ([#25305][25305])
122129
- Explicitly start and stop ANSI Error Color ([#24065][24065]) (Thanks @JustinGrote!)
123130
- Improve .NET overload definition of generic methods ([#21326][21326]) (Thanks @jborean93!)
@@ -336,3 +343,8 @@ CollectionSize Test TotalMilliseconds RelativeSpeed
336343
[24236]: https://github.com/PowerShell/PowerShell/pull/24236
337344
[24749]: https://github.com/PowerShell/PowerShell/issues/24749
338345
[25305]: https://github.com/PowerShell/PowerShell/pull/25305
346+
[25306]: https://github.com/PowerShell/PowerShell/pull/25306
347+
[25324]: https://github.com/PowerShell/PowerShell/pull/25324
348+
[25330]: https://github.com/PowerShell/PowerShell/pull/25330
349+
[25357]: https://github.com/PowerShell/PowerShell/pull/25357
350+
[25547]: https://github.com/PowerShell/PowerShell/pull/25547

0 commit comments

Comments
 (0)