Skip to content

Commit 6f2421f

Browse files
authored
Add breaking change note (#11743)
1 parent ceeb4c4 commit 6f2421f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ 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].
2528

2629
## Updated modules
2730

@@ -330,3 +333,4 @@ CollectionSize Test TotalMilliseconds RelativeSpeed
330333
[24115]: https://github.com/PowerShell/PowerShell/pull/24115
331334
[24228]: https://github.com/PowerShell/PowerShell/pull/24228
332335
[24236]: https://github.com/PowerShell/PowerShell/pull/24236
336+
[24749]: https://github.com/PowerShell/PowerShell/issues/24749

0 commit comments

Comments
 (0)