From 247f8924883fd38344c20e44e32c88ae0b46fc0c Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 22 Dec 2025 14:56:17 -0500 Subject: [PATCH] Remove duplicate release note text in v1.1.2 The text "This version renames the \`master\` branch to \`main\` and updates to Swift 6." was incorrectly duplicated in the v1.1.2 section. This change belongs only in the v1.2 section where it originally appeared. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43ddd00..8c0993d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -41,7 +41,7 @@ Thanks to @martindufort there's now an AppKit-specific overlay. ### ✨ New features -`SystemNotificationAppKitOverlay` is a new AppKit-specific overlay view. This version renames the `master` branch to `main` and updates to Swift 6. +`SystemNotificationAppKitOverlay` is a new AppKit-specific overlay view.