From 7b2d900f87cdad58f1f857b5f6336122b06524d3 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 16 Jun 2025 12:17:08 -0500 Subject: [PATCH] Update release notes for 7.4.11 & 7.5.2 --- .../whats-new/What-s-New-in-PowerShell-74.md | 9 ++++++--- .../whats-new/What-s-New-in-PowerShell-75.md | 18 +++++++++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md index 3a0f4f2c8f8..00faf3a3f02 100644 --- a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md +++ b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md @@ -1,13 +1,13 @@ --- title: What's New in PowerShell 7.4 description: New features and changes released in PowerShell 7.4 -ms.date: 05/13/2025 +ms.date: 06/16/2025 --- # What's New in PowerShell 7.4 -PowerShell 7.4.10 includes the following features, updates, and breaking changes. PowerShell 7.4.10 -is built on .NET 8.0.408. +PowerShell 7.4.11 includes the following features, updates, and breaking changes. PowerShell 7.4.10 +is built on .NET 8.0.411. For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repository. @@ -178,6 +178,8 @@ Updates to `$PSStyle` Other Engine updates +- Move .NET method invocation logging to after the needed type conversion is done for method + arguments ([#25568][25568]) - Fallback to AppLocker after WldpCanExecuteFile ([#25229][25229]) - Make PowerShell class not affiliate with Runspace when declaring the `NoRunspaceAffinity` attribute ([#18138][18138]) @@ -336,3 +338,4 @@ For more information about the Experimental Features, see [Using Experimental Fe [20371]: https://github.com/PowerShell/PowerShell/pull/20371 [21529]: https://github.com/PowerShell/PowerShell/pull/21529 [25229]: https://github.com/PowerShell/PowerShell/pull/25229 +[25568]: https://github.com/PowerShell/PowerShell/pull/25568 diff --git a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md index c73552e3205..8a09a29af3d 100644 --- a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md +++ b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md @@ -1,13 +1,13 @@ --- title: What's New in PowerShell 7.5 description: New features and changes released in PowerShell 7.5 -ms.date: 04/25/2025 +ms.date: 06/16/2025 --- # What's New in PowerShell 7.5 -PowerShell 7.5.1 includes the following features, updates, and breaking changes. PowerShell -7.5 is built on .NET 9.0.203 release. +PowerShell 7.5.2 includes the following features, updates, and breaking changes. PowerShell +7.5 is built on .NET 9.0.301 release. For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repository. For more 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 data first ([#24236][24236]) (Thanks @MartinGC94) - Add `-Force` parameter to `Resolve-Path` and `Convert-Path` cmdlets to support wildcard hidden files [#20981][20981] (Thanks @ArmaanMcleod!) +- Set standard handles explicitly when starting a process with `-NoNewWindow` ([#25324][25324]) +- Make inherited protected internal instance members accessible in class scope. ([#25547][25547]) + (Thanks @mawosoft!) +- Remove the old fuzzy suggestion and fix the local script file name suggestion ([#25330][25330]) +- Fix `PSMethodInvocationConstraints.GetHashCode` method ([#25306][25306]) (Thanks @crazyjncsu!) ## Engine improvements +- Move .NET method invocation logging to after the needed type conversion is done for method + arguments ([#25357][25357]) - Fallback to AppLocker after `WldpCanExecuteFile` ([#25305][25305]) - Explicitly start and stop ANSI Error Color ([#24065][24065]) (Thanks @JustinGrote!) - Improve .NET overload definition of generic methods ([#21326][21326]) (Thanks @jborean93!) @@ -336,3 +343,8 @@ CollectionSize Test TotalMilliseconds RelativeSpeed [24236]: https://github.com/PowerShell/PowerShell/pull/24236 [24749]: https://github.com/PowerShell/PowerShell/issues/24749 [25305]: https://github.com/PowerShell/PowerShell/pull/25305 +[25306]: https://github.com/PowerShell/PowerShell/pull/25306 +[25324]: https://github.com/PowerShell/PowerShell/pull/25324 +[25330]: https://github.com/PowerShell/PowerShell/pull/25330 +[25357]: https://github.com/PowerShell/PowerShell/pull/25357 +[25547]: https://github.com/PowerShell/PowerShell/pull/25547