Skip to content
Open
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
35 changes: 35 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# 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>

<p>We thank the following contributors!</p>
<p>@powershell-pr-automation[bot]</p>

</summary>
Comment on lines +15 to +26

<ul>
<li>Update branch for release (#27830)</li>
<li>Update Microsoft.PowerShell.Archive version to 1.2.6 (#27803)</li>
<li>Update branch for release (#27780) (Thanks @powershell-pr-automation[bot]!)</li>
</ul>
Comment on lines +23 to +32

</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