📝 update changelog

This commit is contained in:
yanyongyu 2020-12-31 20:10:26 +08:00
parent 13adfa5b55
commit 210496f760

View File

@ -10,7 +10,8 @@ sidebar: auto
- 修改 event 基类接口
- 修复部分非法 CQ 码被识别导致报错
- 修复非 text 类型 CQ 码 data 未进行去转义
- 修复内置插件为进行去转义,修改内置插件为 cqhttp 定制
- 修复内置插件未进行去转义,修改内置插件为 cqhttp 定制
- 修复 `load_plugins` 加载不合法的包时出现 `spec``None` 的问题
- 出于**CQ 码安全性考虑**,使用 cqhttp 的 `bot.send` 或者 `matcher.send` 时默认对字符串进行转义
- 移动 cqhttp 相关 `Permission``nonebot.adapters.cqhttp` 包内