Update docs

This commit is contained in:
Richard Chien
2019-02-01 19:45:23 +08:00
parent 9190b65b6d
commit 23d0a57a5f
2 changed files with 10 additions and 3 deletions

View File

@ -4,6 +4,11 @@ sidebar: auto
# 更新日志
## v1.2.2
- 修复 `nonebot.natual_language.IntentCommand``current_arg` 参数默认为 `None` 导致的 bug
- `nonebot.helpers.render_expression` 函数新增 `*args` 用于向 Expression 传递位置参数
## v1.2.1
- 修复 `nonebot.helpers.context_id``group` 模式无法正确产生私聊用户 ID 的 bug