From 85d4aa57389d84921a307259a8e25fe91fbe01af Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:51:08 +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 022b7548..f52249b6 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -11,6 +11,10 @@ toc_max_heading_level: 2 - Remove: 移除 Python 3.9 支持 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#3860](https://github.com/nonebot/nonebot2/pull/3860)) +### 🚀 新功能 + +- Feature: 放宽 pydantic compat model dump 类型 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#3898](https://github.com/nonebot/nonebot2/pull/3898)) + ### 🐛 Bug 修复 - Fix: aiohttp 驱动未处理 WSMsgType.CLOSED 类型 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#3862](https://github.com/nonebot/nonebot2/pull/3862))