From 3fd26dd9371f83fbd69694b45a46e9a040208ea7 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:51:15 +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 c0dec7e6..2b28be6e 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -19,6 +19,7 @@ toc_max_heading_level: 2 ### 🐛 Bug 修复 +- Bug: inherit_supported_adapters 在展开缩写前取交集 [@AzideCupric](https://github.com/AzideCupric) ([#2654](https://github.com/nonebot/nonebot2/pull/2654)) - Bug: 添加 HTTP 客户端会话上下文检查 [@yanyongyu](https://github.com/yanyongyu) ([#2632](https://github.com/nonebot/nonebot2/pull/2632)) - Fix: 将 aiohttp 的 quote_fields 默认设为 False [@j1g5awi](https://github.com/j1g5awi) ([#2619](https://github.com/nonebot/nonebot2/pull/2619))