From 741ff14d3a552a2530aaa2c01afe94c7a3b893df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 2 Mar 2026 12:06:08 -0800 Subject: [PATCH] Rename changelog files to use PR #3896 and mark breaking change --- changelog/{3900.added.md => 3896.added.md} | 0 changelog/3896.changed.md | 1 + changelog/{3900.deprecated.md => 3896.deprecated.md} | 0 changelog/3900.changed.md | 1 - 4 files changed, 1 insertion(+), 1 deletion(-) rename changelog/{3900.added.md => 3896.added.md} (100%) create mode 100644 changelog/3896.changed.md rename changelog/{3900.deprecated.md => 3896.deprecated.md} (100%) delete mode 100644 changelog/3900.changed.md diff --git a/changelog/3900.added.md b/changelog/3896.added.md similarity index 100% rename from changelog/3900.added.md rename to changelog/3896.added.md diff --git a/changelog/3896.changed.md b/changelog/3896.changed.md new file mode 100644 index 000000000..3b7e4f807 --- /dev/null +++ b/changelog/3896.changed.md @@ -0,0 +1 @@ +- ⚠️ Removed `event` field and `complete()` method from `InterruptionFrame`. Removed `event` field from `InterruptionTaskFrame`. These are no longer needed since `broadcast_interruption()` does not require a round-trip completion signal. diff --git a/changelog/3900.deprecated.md b/changelog/3896.deprecated.md similarity index 100% rename from changelog/3900.deprecated.md rename to changelog/3896.deprecated.md diff --git a/changelog/3900.changed.md b/changelog/3900.changed.md deleted file mode 100644 index 59b4cdb95..000000000 --- a/changelog/3900.changed.md +++ /dev/null @@ -1 +0,0 @@ -- Removed `event` field and `complete()` method from `InterruptionFrame`. Removed `event` field from `InterruptionTaskFrame`. These are no longer needed since `broadcast_interruption()` does not require a round-trip completion signal.