You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG/7.4.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# 7.4 Changelog
2
2
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>
0 commit comments