Add changelog for #4282

This commit is contained in:
Mark Backman
2026-04-13 17:29:39 -04:00
parent 64ed0aae13
commit 36b15c92ef

1
changelog/4282.added.md Normal file
View File

@@ -0,0 +1 @@
- `CartesiaSTTService` now supports runtime settings updates (e.g. changing `language` or `model` via `STTUpdateSettingsFrame`). The service automatically reconnects with the new parameters. Previously, settings updates were silently ignored.