Skip to content

Commit 5668713

Browse files
Patrick Meineckedaxian-dbw
Patrick Meinecke
authored andcommitted
Merged PR 29213: Update changelog for v7.4.1
1 parent 6a98b28 commit 5668713

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG/7.4.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# 7.4 Changelog
22

3+
## [7.4.1] - 2024-01-11
4+
5+
### General Cmdlet Updates and Fixes
6+
7+
- Fix `Group-Object` output using interpolated strings (#20745) (Thanks @mawosoft!)
8+
- Fix `Start-Process -PassThru` to make sure the `ExitCode` property is accessible for the returned `Process` object (#20749) (#20866) (Thanks @CodeCyclone!)
9+
- Fix rendering of DisplayRoot for network PSDrive (#20793) (#20863)
10+
11+
### Engine Updates and Fixes
12+
13+
- Ensure filename is not null when logging WDAC ETW events (#20910) (Thanks @jborean93!)
14+
- Fix four regressions introduced by WDAC audit logging feature (#20913)
15+
16+
### Build and Packaging Improvements
17+
18+
<details>
19+
20+
<summary>
21+
22+
Bump .NET 8 to version 8.0.101
23+
24+
</summary>
25+
26+
<ul>
27+
<li>Update .NET SDK and dependencies for v7.4.1 (Internal 29142)</li>
28+
<li>Update cgmanifest for v7.4.1 (#20874)</li>
29+
<li>Update package dependencies for v7.4.1 (#20871)</li>
30+
<li>Set the <code>rollForwardOnNoCandidateFx</code> in <code>runtimeconfig.json</code> to roll forward only on minor and patch versions (#20689) (#20865)</li>
31+
<li>Remove RHEL7 publishing to packages.microsoft.com as it's no longer supported (#20849) (#20864)</li>
32+
<li>Fix the tab completion tests (#20867)</li>
33+
</ul>
34+
35+
</details>
36+
37+
[7.4.1]: https://github.com/PowerShell/PowerShell/compare/v7.4.0...v7.4.1
38+
339
## [7.4.0] - 2023-11-16
440

541
### General Cmdlet Updates and Fixes

0 commit comments

Comments
 (0)