Add Changelong entry

This commit is contained in:
mattie ruth backman
2025-09-19 17:45:50 -04:00
committed by Mattie Ruth
parent cad3104d56
commit a2cb5ab8e1

View File

@@ -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.