Commit e87d7ce8 authored by Him188's avatar Him188

0.11.0

parent a0745d66
......@@ -2,12 +2,14 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.10.7` *UNRELEASED*
## `0.11.0` *2020/1/12*
### mirai-core
- 弃用 `BotAccount.id`. 将来它可能会被改名成为邮箱等账号. QQ 号码需通过 `bot.uin` 获取.
- `Gender``inline class` 改为 enum
- `String.chain()` 改为 `String.toChain()`
- `List<Message>.chain()` 改为 `List<Message>.toChain()`
### mirai-core-timpc
- 修复在有入群验证时无法解析群资料的问题 (#30)
## `0.10.6` *2020/1/8*
TIMPC
......
# style guide
kotlin.code.style=official
# config
mirai_version=0.10.6
mirai_version=0.11.0
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment