From 2177a2b8052d2911b4732a61941747044774922c Mon Sep 17 00:00:00 2001 From: hankehly Date: Sun, 3 Aug 2025 10:34:27 +0900 Subject: [PATCH] Remove trailing space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0573749..08f0f2032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,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, - resolving compatibility with Piper's HTTP API. + resolving compatibility with Piper's HTTP API. ## [0.0.77] - 2025-07-31