From 3c535b8e99798a463a233ef8156c780befb2b3ae Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:40:30 +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 d7bb1ab4..02a307bb 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -14,6 +14,7 @@ toc_max_heading_level: 2 ### 🐛 Bug 修复 +- Fix: websockets 驱动器连接关闭 code 获取错误 [@yanyongyu](https://github.com/yanyongyu) ([#2537](https://github.com/nonebot/nonebot2/pull/2537)) - Fix: 修复 `echo` 发送空消息 [@yanyongyu](https://github.com/yanyongyu) ([#2525](https://github.com/nonebot/nonebot2/pull/2525)) - Fix: `MessageTemplate` 禁止访问私有属性 [@mnixry](https://github.com/mnixry) ([#2509](https://github.com/nonebot/nonebot2/pull/2509))