From ce2c853a138a9bc2a8a8ae1342c2de0e63df25bc Mon Sep 17 00:00:00 2001 From: PwshBot Date: Wed, 20 May 2026 05:48:12 +0000 Subject: [PATCH 1/2] Update 7.5 changelog for v7.5.7 --- CHANGELOG/7.5.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 326652821cc..14191e503cc 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,47 @@ # 7.5 Changelog +## [7.5.7] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27479) +- Fix checks for local user config file paths (#27459) + +### General Cmdlet Updates and Fixes + +- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27472) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 9.0.314

+ +
+ + + +
+ +[7.5.7]: https://github.com/PowerShell/PowerShell/compare/v7.5.6...v7.5.7 + ## [7.5.6] ### General Cmdlet Updates and Fixes From 277158a906c553abdffc9919f9f487704f589e4e Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 19 May 2026 22:49:24 -0700 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG/7.5.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 14191e503cc..01fa5c87459 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -5,7 +5,6 @@ ### Engine Updates and Fixes - Fix checks for local user config file paths (#27479) -- Fix checks for local user config file paths (#27459) ### General Cmdlet Updates and Fixes