From 2981d87bc1d093c9afee5e946826c8824136dabf Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 20 Nov 2024 12:56:35 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56dd710fa..45ee6fa2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added foundational example `25-conversation-flow.py` showing how to use Pipecat Flows. +### Changed + +- Expanded the transcriptions.language module to support a superset of + languages. + +- Updated STT and TTS services with language options that match the supported + languages for each service. + ## [0.0.49] - 2024-11-17 ### Added