From 1642c082d1e529519f4d30da9d2d6b59c26e4b1a Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 2 Jun 2025 22:28:31 -0300 Subject: [PATCH] Describing the fix in the changelog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb654c06..bf47be81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to **Pipecat** will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Fixed + +- Fixed an issue where `OutputAudioRawFrame.transport_destination` was being + reset to `None` instead of retaining its intended value before sending the + audio frame to `write_audio_frame`. + ## [0.0.69] - 2025-06-02 "AI Engineer World's Fair release" ✨ ### Added