Add changelog for #4046

This commit is contained in:
Mark Backman
2026-03-16 19:49:23 -04:00
parent 2801439e48
commit abb8bae6f7
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
Fixed `SonioxSTTService` crash when `language_hints` contains plain strings instead of `Language` enum values.

1
changelog/4046.fixed.md Normal file
View File

@@ -0,0 +1 @@
Fixed `SonioxSTTService` and `OpenAIRealtimeSTTService` crash when language parameters contain plain strings instead of `Language` enum values.