From 71234e9a68ab8e72108ac2e04448c83babe36cbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Sep 2022 12:56:12 +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 a6317bb4..f3a4a53f 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -16,6 +16,7 @@ toc_max_heading_level: 2 ### 🚀 新功能 +- Feature: 改进 `CommandGroup` 与 `MatcherGroup` 的结构 [@A-kirami](https://github.com/A-kirami) ([#1240](https://github.com/nonebot/nonebot2/pull/1240)) - Feature: 调整日志输出格式与等级 [@yanyongyu](https://github.com/yanyongyu) ([#1233](https://github.com/nonebot/nonebot2/pull/1233)) - Feature: 优化依赖注入结构 [@yanyongyu](https://github.com/yanyongyu) ([#1227](https://github.com/nonebot/nonebot2/pull/1227)) - Featue: `load_plugin` 支持 `pathlib.Path` [@Lancercmd](https://github.com/Lancercmd) ([#1194](https://github.com/nonebot/nonebot2/pull/1194))