From 0574813cf4a9aa01eb9b4f89f491c0a092b7ce85 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:29:13 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/changelog/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/changelog/changelog.md b/website/src/changelog/changelog.md index 7b812e3e..ddff500a 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -17,6 +17,7 @@ toc_max_heading_level: 2 ### 🐛 Bug 修复 +- Fix: 修复 aiohttp 流式响应分块大小不固定问题 [@KeepingRunning](https://github.com/KeepingRunning) ([#3919](https://github.com/nonebot/nonebot2/pull/3919)) - Fix: aiohttp 驱动未处理 WSMsgType.CLOSED 类型 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#3862](https://github.com/nonebot/nonebot2/pull/3862)) ### 📝 文档