From 68164415ce6dd73604023d4017ae0ba83f9aa68d Mon Sep 17 00:00:00 2001 From: hankehly Date: Sun, 3 Aug 2025 10:26:37 +0900 Subject: [PATCH] Format changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28d9faf0..5c0573749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed down the pipeline. This resulted in warnings by the STT processor. -- Fixed PiperTTSService to send text as a JSON object in the request body, +- Fixed `PiperTTSService` to send text as a JSON object in the request body, resolving compatibility with Piper's HTTP API. ## [0.0.77] - 2025-07-31