Skip to content

Commit f23715d

Browse files
authored
Update PS release notes (#12350)
1 parent 47352e9 commit f23715d

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

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

Lines changed: 5 additions & 5 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: 06/16/2025
4+
ms.date: 09/11/2025
55
---
66

77
# What's New in PowerShell 7.4
88

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.
9+
PowerShell 7.4.12 includes the following features, updates, and breaking changes. PowerShell 7.4.12
10+
is built on .NET 8.0.413.
1111

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

@@ -41,11 +41,11 @@ For more information, see [Install the msi package from the command line][01].
4141

4242
## Updated versions of PSResourceGet and PSReadLine
4343

44-
PowerShell 7.4 includes **Microsoft.PowerShell.PSResourceGet** v1.0.1. This module is installed
44+
PowerShell 7.4 includes **Microsoft.PowerShell.PSResourceGet** v1.1.1. This module is installed
4545
side-by-side with **PowerShellGet** v2.2.5 and **PackageManagement** v1.4.8.1. For more information,
4646
see the documentation for [Microsoft.PowerShell.PSResourceGet][12].
4747

48-
PowerShell 7.4 now includes **PSReadLine** v2.3.4. For more information, see the documentation for
48+
PowerShell 7.4 now includes **PSReadLine** v2.3.6. For more information, see the documentation for
4949
[PSReadLine][13].
5050

5151
## Tab completion improvements

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

Lines changed: 8 additions & 9 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: 06/16/2025
4+
ms.date: 09/11/2025
55
---
66

77
# What's New in PowerShell 7.5
88

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.
9+
PowerShell 7.5.3 includes the following features, updates, and breaking changes. PowerShell
10+
7.5 is built on .NET 9.0.304 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].
@@ -22,15 +22,12 @@ information about .NET 9, see [What's new in .NET 9][07].
2222
- The Windows installer now remembers installation options used and uses them to initialize options
2323
for the next installation ([#20420][20420]) (Thanks @reduckted!)
2424
- `ConvertTo-Json` now serializes `BigInteger` as a number ([#21000][21000]) (Thanks @jborean93!)
25-
- .NET 9 removed the `BinaryFormatter` implementation causing a regression in the `Out-GridView`
26-
cmdlet. The search feature of `Out-GridView` doesn't work in PowerShell 7.5. This problem is
27-
tracked in [Issue #24749][24749].
2825

2926
## Updated modules
3027

31-
PowerShell 7.5.0 includes the following updated modules:
28+
PowerShell 7.5.3 includes the following updated modules:
3229

33-
- **Microsoft.PowerShell.PSResourceGet** v1.1.0
30+
- **Microsoft.PowerShell.PSResourceGet** v1.1.1
3431
- **PSReadLine** v2.3.6
3532

3633
## Tab completion improvements
@@ -72,6 +69,8 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co
7269

7370
## Other cmdlet improvements
7471

72+
- Fix `Out-GridView` by replacing the use of obsolete `BinaryFormatter` with custom implementation
73+
([#25559][25559])
7574
- Enable `-NoRestart` to work with `Register-PSSessionConfiguration` ([#23891][23891])
7675
- Add `IgnoreComments` and `AllowTrailingCommas` options to `Test-Json` cmdlet ([#23817][23817])
7776
(Thanks @ArmaanMcleod!)
@@ -341,10 +340,10 @@ CollectionSize Test TotalMilliseconds RelativeSpeed
341340
[24115]: https://github.com/PowerShell/PowerShell/pull/24115
342341
[24228]: https://github.com/PowerShell/PowerShell/pull/24228
343342
[24236]: https://github.com/PowerShell/PowerShell/pull/24236
344-
[24749]: https://github.com/PowerShell/PowerShell/issues/24749
345343
[25305]: https://github.com/PowerShell/PowerShell/pull/25305
346344
[25306]: https://github.com/PowerShell/PowerShell/pull/25306
347345
[25324]: https://github.com/PowerShell/PowerShell/pull/25324
348346
[25330]: https://github.com/PowerShell/PowerShell/pull/25330
349347
[25357]: https://github.com/PowerShell/PowerShell/pull/25357
350348
[25547]: https://github.com/PowerShell/PowerShell/pull/25547
349+
[25559]: https://github.com/PowerShell/PowerShell/pull/25559

0 commit comments

Comments
 (0)