Skip to content

Commit 5ad67e1

Browse files
pwshBotjshigetomi
andauthored
[release/v7.5] Add v7.5.3 Changelog (#26015)
Co-authored-by: Justin Chung <124807742+jshigetomi@users.noreply.github.com>
1 parent 653e93d commit 5ad67e1

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

CHANGELOG/7.5.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# 7.5 Changelog
22

3+
## [7.5.3]
4+
5+
### General Cmdlet Updates and Fixes
6+
7+
- Fix `Out-GridView` by replacing the use of obsolete `BinaryFormatter` with custom implementation. (#25559)
8+
- Remove `OnDeserialized` and `Serializable` attributes from `Microsoft.Management.UI.Internal` project (#25831)
9+
- Make the interface `IDeepCloneable` internal (#25830)
10+
11+
### Tools
12+
13+
- Add CodeQL suppressions (#25972)
14+
15+
### Tests
16+
17+
- Fix updatable help test for new content (#25944)
18+
19+
### Build and Packaging Improvements
20+
21+
<details>
22+
23+
<summary>
24+
25+
<p>Update to .NET SDK 9.0.304</p>
26+
27+
</summary>
28+
29+
<ul>
30+
<li>Make logical template name consistent between pipelines (#25991)</li>
31+
<li>Update container images to use mcr.microsoft.com for Linux and Azure Linux (#25986)</li>
32+
<li>Add build to vPack Pipeline (#25975)</li>
33+
<li>Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#25964)</li>
34+
<li>Update branch for release (#25942)</li>
35+
</ul>
36+
37+
</details>
38+
39+
### Documentation and Help Content
40+
41+
- Fix typo in CHANGELOG for script filename suggestion (#25963)
42+
43+
[7.5.3]: https://github.com/PowerShell/PowerShell/compare/v7.5.2...v7.5.3
44+
345
## [7.5.2] - 2025-06-24
446

547
### Engine Updates and Fixes
@@ -41,7 +83,6 @@
4183

4284
[7.5.2]: https://github.com/PowerShell/PowerShell/compare/v7.5.1...v7.5.2
4385

44-
4586
## [7.5.1]
4687

4788
### Engine Updates and Fixes

0 commit comments

Comments
 (0)