From 909b811f68a115f576c9050fb8ce32ca3e3526f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Dec 2022 07:54:38 +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 915a1065..54569fee 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -15,6 +15,7 @@ toc_max_heading_level: 2 ### 🐛 Bug 修复 +- Fix: `on_type` typing error [@yanyongyu](https://github.com/yanyongyu) ([#1482](https://github.com/nonebot/nonebot2/pull/1482)) - Fix: 修复 ArgumentParser 错误信息叠加问题 [@yanyongyu](https://github.com/yanyongyu) ([#1426](https://github.com/nonebot/nonebot2/pull/1426)) ### 📝 文档