From 99b26fccb030d0122100a272577b11974ac8c380 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 08:27:59 +0000 Subject: [PATCH] :memo: Update changelog --- website/src/pages/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 12c02fe7..050e690b 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -11,6 +11,10 @@ toc_max_heading_level: 2 - Feature: 为消息类添加 `has` `join` `include` `exclude` 方法 [@yanyongyu](https://github.com/yanyongyu) ([#1895](https://github.com/nonebot/nonebot2/pull/1895)) +### 🐛 Bug 修复 + +- Fix: shell command 包含富文本时报错信息出错 [@yanyongyu](https://github.com/yanyongyu) ([#1923](https://github.com/nonebot/nonebot2/pull/1923)) + ### 📝 文档 - Docs: 添加 Walle-Q 到 Readme [@yanyongyu](https://github.com/yanyongyu) ([#1891](https://github.com/nonebot/nonebot2/pull/1891))