From 85fe6d4c34201180457718a6ce8addddad63f4d5 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 15 Dec 2025 13:02:01 -0500 Subject: [PATCH] Add changelog fragment for PR 3230 --- changelog/3230-fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3230-fixed.md diff --git a/changelog/3230-fixed.md b/changelog/3230-fixed.md new file mode 100644 index 000000000..e42f914e7 --- /dev/null +++ b/changelog/3230-fixed.md @@ -0,0 +1 @@ +- Fixed the return type for `SmallWebRTCRequestHandler.handle_web_request()` function.