From b7c0b6b8e02b96840ad120c06864f3b7d8cc1e96 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:11:57 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/pages/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index fab4cf9c..bfca94d2 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -9,6 +9,7 @@ toc_max_heading_level: 2 ### 🚀 新功能 +- Feature: 支持 HTTP 客户端会话 [@yanyongyu](https://github.com/yanyongyu) ([#2627](https://github.com/nonebot/nonebot2/pull/2627)) - Develop: 添加 ruff RUF 规则 [@he0119](https://github.com/he0119) ([#2598](https://github.com/nonebot/nonebot2/pull/2598)) ### 🐛 Bug 修复