From 3b9cf6cc51d1e529eeffc3aa557a8fa43ce99874 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 07:21:42 +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 734a210d..e1320ac3 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -13,6 +13,7 @@ toc_max_heading_level: 2 ### 🚀 新功能 +- Feature: 优化事件分发方法 [@yanyongyu](https://github.com/yanyongyu) ([#2067](https://github.com/nonebot/nonebot2/pull/2067)) - Feature: 移除部分依赖注入参数默认值检查 [@yanyongyu](https://github.com/yanyongyu) ([#2034](https://github.com/nonebot/nonebot2/pull/2034)) - Feature: 添加插件元数据字段 `type` `homepage` `supported_adapters` [@yanyongyu](https://github.com/yanyongyu) ([#2012](https://github.com/nonebot/nonebot2/pull/2012)) - Feature: 支持 `re.Match` 依赖注入 [@yanyongyu](https://github.com/yanyongyu) ([#1950](https://github.com/nonebot/nonebot2/pull/1950))