From 2725a0a3242e933158d5fedc5348c04a03274abf Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 07:34:45 +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 b3ea098d..9a3343b6 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -7,6 +7,10 @@ toc_max_heading_level: 2 ## 最近更新 +### 🚀 新功能 + +- Feature: 依赖注入支持 Generic TypeVar 和 Matcher 重载 [@yanyongyu](https://github.com/yanyongyu) ([#2089](https://github.com/nonebot/nonebot2/pull/2089)) + ### 🐛 Bug 修复 - Fix: aiohttp 请求时 data 和 file 不能同时存在 [@j1g5awi](https://github.com/j1g5awi) ([#2088](https://github.com/nonebot/nonebot2/pull/2088))