From ba0b5781c9932d8401468816a5151d077ed5dbf5 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:19:53 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/changelog/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/changelog/changelog.md b/website/src/changelog/changelog.md index 144ea598..b804035c 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -11,6 +11,10 @@ toc_max_heading_level: 2 - Feature: 更新 NB-CLI 新版插件加载格式与文档 [@NCBM](https://github.com/NCBM) ([#3614](https://github.com/nonebot/nonebot2/pull/3614)) +### 🐛 Bug 修复 + +- Fix: 兼容 pydantic v2.12 `FieldInfo` 改动 [@yanyongyu](https://github.com/yanyongyu) ([#3722](https://github.com/nonebot/nonebot2/pull/3722)) + ### 📝 文档 - Feature: 更新 NB-CLI 新版插件加载格式与文档 [@NCBM](https://github.com/NCBM) ([#3614](https://github.com/nonebot/nonebot2/pull/3614))