From 74154b26a2a97840bd60a4f8ddb676da7a26f77f Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 17 Nov 2025 15:39:07 -0300 Subject: [PATCH] Mentioning the SmallWebRTCTransport fix in the readme. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f7fdc6b..bca4a5d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue in the `Runner` where, when using `SmallWebRTCTransport`, the + `request_data` was not being passed to the `SmallWebRTCRunnerArguments` body. + - Fixed subtle issue of assistant context messages ending up with double spaces between words or sentences.