Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# 7.4 Changelog

## [7.4.19]

### Engine Updates and Fixes

- Fix the dot-sourcing behavior of `pwsh -file` for advanced-function scripts (#27760)

### Tests

- Fix TimeZone test with duplicate names (#27804)

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 8.0.424</p>

</summary>

<ul>
<li>Update branch for release (#27830)</li>
<li>Update <code>Microsoft.PowerShell.Archive</code> version to 1.2.6 (#27803)</li>
<li>Update branch for release (#27780)</li>
</ul>

</details>

[7.4.19]: https://github.com/PowerShell/PowerShell/compare/v7.4.18...v7.4.19

## [7.4.18]

### Engine Updates and Fixes
Expand Down
Loading