From abb8bae6f7b4bd9085393d7e14da9a9979e6ae13 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 16 Mar 2026 19:49:23 -0400 Subject: [PATCH] Add changelog for #4046 --- changelog/4045.fixed.md | 1 - changelog/4046.fixed.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/4045.fixed.md create mode 100644 changelog/4046.fixed.md diff --git a/changelog/4045.fixed.md b/changelog/4045.fixed.md deleted file mode 100644 index ecae78969..000000000 --- a/changelog/4045.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed `SonioxSTTService` crash when `language_hints` contains plain strings instead of `Language` enum values. diff --git a/changelog/4046.fixed.md b/changelog/4046.fixed.md new file mode 100644 index 000000000..0f147e04e --- /dev/null +++ b/changelog/4046.fixed.md @@ -0,0 +1 @@ +Fixed `SonioxSTTService` and `OpenAIRealtimeSTTService` crash when language parameters contain plain strings instead of `Language` enum values.