From e980b431e5e01bab76e903b613e5af4991ebf1b7 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Mon, 4 Nov 2024 05:46:34 -0700 Subject: [PATCH] What's new: add Windows 11 clipboard history item announcement bug fix. Re #17308 --- user_docs/en/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/user_docs/en/changes.md b/user_docs/en/changes.md index 40e2e510798..22830672d77 100644 --- a/user_docs/en/changes.md +++ b/user_docs/en/changes.md @@ -60,6 +60,7 @@ To use this feature, "allow NVDA to control the volume of other applications" mu * After reporting a normalized character, NVDA no longer incorrectly reports subsequent characters as normalized. (#17286, @LeonarddeR) * Composite characters (such as é) are now reported correctly. (#17295, @LeonarddeR) * In Word or Outlook, when using legacy object model, the command to report the destination URL of a link does not report any longer "Not a link" when there is one to report. (#17292, @CyrilleB79) +* NVDA will no longer announce Windows 11 clipboard history entries when closing the window while items are present. (#17308, @josephsl) ### Changes for Developers