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
26 changes: 26 additions & 0 deletions CHANGELOG/7.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 7.5 Changelog

## [7.5.10]

### Engine Updates and Fixes

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

### Build and Packaging Improvements

<details>

<summary>

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

</summary>
Comment on lines +11 to +17

<ul>
<li>Update branch for release (#27831)</li>
<li>Backport Windows build pipeline fixes (#27813)</li>
<li>Update Microsoft.PowerShell.Archive version to 1.2.6 (#27801)</li>
</ul>

</details>

[7.5.10]: https://github.com/PowerShell/PowerShell/compare/v7.5.9...v7.5.10

## [7.5.9]

### Tests
Expand Down
Loading