From 1688a1909dd8fa21352dbf76cd4eb1175ef6ff9b Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:44:31 +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 ae0bbc9c..f7a4fe25 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -9,6 +9,7 @@ toc_max_heading_level: 2 ### 🚀 新功能 +- Feature: 添加 httpx2 驱动器支持 [@StarHeartHunt](https://github.com/StarHeartHunt) ([#4194](https://github.com/nonebot/nonebot2/pull/4194)) - Feature: WS 支持 ping interval/timeout 配置 [@StarHeartHunt](https://github.com/StarHeartHunt) ([#3964](https://github.com/nonebot/nonebot2/pull/3964)) ### 🐛 Bug 修复