From 88ee57124e9fcadbf987d423f5b82849441958b8 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 4 Mar 2026 09:41:10 -0500 Subject: [PATCH] Delete changelog/fragments directory --- changelog/fragments/ios-live-activity-status-cleanup.md | 1 - changelog/fragments/pr-30356.md | 1 - 2 files changed, 2 deletions(-) delete mode 100644 changelog/fragments/ios-live-activity-status-cleanup.md delete mode 100644 changelog/fragments/pr-30356.md diff --git a/changelog/fragments/ios-live-activity-status-cleanup.md b/changelog/fragments/ios-live-activity-status-cleanup.md deleted file mode 100644 index 06a600408..000000000 --- a/changelog/fragments/ios-live-activity-status-cleanup.md +++ /dev/null @@ -1 +0,0 @@ -- iOS: add Live Activity connection status (connecting/idle/disconnected) on Lock Screen and Dynamic Island, and clean up duplicate/stale activities before starting a new one (#33591) (thanks @mbelinky, @leepokai) diff --git a/changelog/fragments/pr-30356.md b/changelog/fragments/pr-30356.md deleted file mode 100644 index 1fbff31c3..000000000 --- a/changelog/fragments/pr-30356.md +++ /dev/null @@ -1 +0,0 @@ -- Security/Media route: add `X-Content-Type-Options: nosniff` header regression assertions for successful and not-found media responses (#30356) (thanks @13otKmdr)