📝 Update changelog

This commit is contained in:
github-actions[bot] 2022-05-23 16:14:00 +00:00
parent 5c88d8ed70
commit 1875e89f7b

View File

@ -7,6 +7,10 @@
- 增加代理设置 [@felinae98](https://github.com/felinae98) ([#71](https://github.com/felinae98/nonebot-bison/pull/71))
- 增加Parse Target功能 [@felinae98](https://github.com/felinae98) ([#72](https://github.com/felinae98/nonebot-bison/pull/72))
### Bug 修复
- 捕获SSL异常 [@felinae98](https://github.com/felinae98) ([#75](https://github.com/felinae98/nonebot-bison/pull/75))
## v0.5.3
- on_command 设置 block=True (#63) @MeetWq