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.