From b9ce629ab1aeea16b5d9e914858cfaf6d64b00a9 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 26 Aug 2024 12:52:36 -0700 Subject: [PATCH 1/2] Update preview.md --- CHANGELOG/preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 444b58e5b9e..a3ebac05487 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -223,7 +223,7 @@ - Fix `Group-Object` output using interpolated strings (#20745) (Thanks @mawosoft!) - Fix rendering of `DisplayRoot` for network `PSDrive` (#20793) - Fix `Invoke-WebRequest` to report correct size when `-Resume` is specified (#20207) (Thanks @LNKLEO!) -- Add `PSAdapter` and `ConsoleGuiTools` to module load telemetry whitelist (#20641) +- Add `PSAdapter` and `ConsoleGuiTools` to module load telemetry allow list (#20641) - Fix Web Cmdlets to allow `WinForm` apps to work correctly (#20606) - Block getting help from network locations in restricted remoting sessions (#20593) - Fix `Group-Object` to use current culture for its output (#20608) From 0fa1d4fbd86804ad9977b6477fcc1d0d0ce1c27d Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 26 Aug 2024 15:29:24 -0700 Subject: [PATCH 2/2] Update preview.md --- CHANGELOG/preview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index a3ebac05487..bccb62aa1c2 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -355,7 +355,7 @@ ### Documentation and Help Content -- Include information about upgrading in README (#20993) +- Include information about upgrading in readme (#20993) - Expand "iff" to "if-and-only-if" in XML doc content (#20852) - Update LTS links in README.md to point to the v7.4 packages (#20839) (Thanks @kilasuit!) - Update `README.md` to improve readability (#20553) (Thanks @AnkitaSikdar005!) @@ -363,7 +363,7 @@ - Update `ADOPTERS.md` (#20555) (Thanks @AnkitaSikdar005!) - Fix a typo in `ADOPTERS.md` (#20504, #20520) (Thanks @shruti-sen2004!) - Correct grammatical errors in `README.md` (#20509) (Thanks @alienishi!) -- Add 7.3 changelog URL to Readme (#20473) (Thanks @Saibamen!) +- Add 7.3 changelog URL to readme (#20473) (Thanks @Saibamen!) - Clarify some comments and documentation (#20462) (Thanks @darkstar!) [7.5.0-preview.1]: https://github.com/PowerShell/PowerShell/compare/v7.4.1...v7.5.0-preview.1