From 19f4c01ad33e437c7034f5d1efdfafda61cd03e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Jul 2022 02:12:35 +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 d6ef4356..30abc0ff 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -7,6 +7,10 @@ toc_max_heading_level: 2 ## 最近更新 +### 🚀 新功能 + +- Feature: 正向驱动器 startup/shutdown hook 支持同步函数 [@synodriver](https://github.com/synodriver) ([#1104](https://github.com/nonebot/nonebot2/pull/1104)) + ### 🐛 Bug 修复 - Fix: 修复 typing 中 T_RunPostProcessor 类型的注释描述不正确 [@A-kirami](https://github.com/A-kirami) ([#1057](https://github.com/nonebot/nonebot2/pull/1057))