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.