From 7eeccbcb148a527edb04a2aebd658c61b79e6333 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:04:37 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/pages/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 24046817..282ba29c 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -11,6 +11,10 @@ toc_max_heading_level: 2 - Develop: 添加 ruff RUF 规则 [@he0119](https://github.com/he0119) ([#2598](https://github.com/nonebot/nonebot2/pull/2598)) +### 🐛 Bug 修复 + +- Fix: 将 aiohttp 的 quote_fields 默认设为 False [@j1g5awi](https://github.com/j1g5awi) ([#2619](https://github.com/nonebot/nonebot2/pull/2619)) + ### 📝 文档 - Docs: 添加 `RegexMatched` 依赖注入文档 [@A-kirami](https://github.com/A-kirami) ([#2618](https://github.com/nonebot/nonebot2/pull/2618))