From d1e2eb4d32e6770488b85d02f6dcdf030023cefe Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 03:25:58 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/changelog/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/changelog/changelog.md b/website/src/changelog/changelog.md index 988df070..7ece4df5 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -26,6 +26,7 @@ toc_max_heading_level: 2 ### 💫 杂项 +- Lint: 修复 async 函数返回值 [@yanyongyu](https://github.com/yanyongyu) ([#3364](https://github.com/nonebot/nonebot2/pull/3364)) - Fix: 修复 pyright 类型推导问题 [@yanyongyu](https://github.com/yanyongyu) ([#3347](https://github.com/nonebot/nonebot2/pull/3347)) - Fix: 修复 ruff lint 错误 [@yanyongyu](https://github.com/yanyongyu) ([#3346](https://github.com/nonebot/nonebot2/pull/3346)) - Plugin: 删除插件 `pjsk` [@lgc2333](https://github.com/lgc2333) ([#3332](https://github.com/nonebot/nonebot2/pull/3332))