diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d424b18..53a2871aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add support for more languages to ElevenLabs (Arabic, Croatian, Filipino, +- Pipecat now supports Python 3.13. We had a dependency on the `audioop` package + which was deprecated and now removed on Python 3.13. We are now using + `audioop-lts` (https://github.com/AbstractUmbra/audioop) to provide the same + functionality. + +- Added support for more languages to ElevenLabs (Arabic, Croatian, Filipino, Tamil) and PlayHT (Afrikans, Albanian, Amharic, Arabic, Bengali, Croatian, Galician, Hebrew, Mandarin, Serbian, Tagalog, Urdu, Xhosa). ### Changed -- Changed: Room expiration (`exp`) in `DailyRoomProperties` is now optional - (None) by default instead of automatically setting a 5-minute expiration - time. You must explicitly set expiration time if desired. +- Room expiration (`exp`) in `DailyRoomProperties` is now optional (`None`) by + default instead of automatically setting a 5-minute expiration time. You must + explicitly set expiration time if desired. ### Deprecated