Skip to content

Commit 84fd4d2

Browse files
Update CHANGELOG for v7.5.2 (PowerShell#25668)
1 parent 4be49cc commit 84fd4d2

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG/7.5.md

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

3+
## [7.5.2] - 2025-06-24
4+
5+
### Engine Updates and Fixes
6+
7+
- Move .NET method invocation logging to after the needed type conversion is done for method arguments (#25357)
8+
9+
### General Cmdlet Updates and Fixes
10+
11+
- Set standard handles explicitly when starting a process with `-NoNewWindow` (#25324)
12+
- Make inherited protected internal instance members accessible in class scope. (#25547) (Thanks @mawosoft!)
13+
- Remove the old fuzzy suggestion and fix the local script file name suggestion (#25330)
14+
- Fix `PSMethodInvocationConstraints.GetHashCode` method (#25306) (Thanks @crazyjncsu!)
15+
16+
### Build and Packaging Improvements
17+
18+
<details>
19+
20+
<summary>
21+
22+
<p>Update to .NET SDK 9.0.301</p>
23+
24+
</summary>
25+
26+
<ul>
27+
<li>Correct Capitalization Referencing Templates (#25673)</li>
28+
<li>Publish <code>.msixbundle</code> package as a VPack (#25621)</li>
29+
<li>Update ThirdPartyNotices for v7.5.2 (#25658)</li>
30+
<li>Manually update SqlClient in TestService</li>
31+
<li>Update cgmanifest</li>
32+
<li>Update package references</li>
33+
<li>Update .NET SDK to latest version</li>
34+
<li>Change linux packaging tests to ubuntu latest (#25639)</li>
35+
<li>Fix MSIX artifact upload, vPack template, changelog hashes, git tag command (#25633)</li>
36+
<li>Move MSIXBundle to Packages and Release to GitHub (#25517)</li>
37+
<li>Use new variables template for vPack (#25435)</li>
38+
</ul>
39+
40+
</details>
41+
42+
[7.5.2]: https://github.com/PowerShell/PowerShell/compare/v7.5.1...v7.5.2
43+
44+
345
## [7.5.1]
446

547
### Engine Updates and Fixes

0 commit comments

Comments
 (0)