From a2cb5ab8e16668495fcb262963915e34b75694f8 Mon Sep 17 00:00:00 2001 From: mattie ruth backman Date: Fri, 19 Sep 2025 17:45:50 -0400 Subject: [PATCH] Add Changelong entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5102eda37..63907702f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ... ``` +- Added support for new RTVI `send-text` event, along with the ability to toggle the audio response off (skip tts) while handling the new context. + ### Changed - Updated Silero VAD model to v6. @@ -63,6 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `on_pipeline_cancelled` are now deprecated. Use `on_pipeline_finished` instead. +- Support for the RTVI `append-to-context` event, in lieu of the new `send-text` event and making way for future events like `send-image`. + ### Fixed - Fixed an issue where multiple handlers for an event would not run in parallel.