Commit 3f8eb2c0 authored by Him188's avatar Him188

Fix GroupId.toGroupInternalId, 0.8.2

parent 2bb4ac04
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
开发版本. 频繁更新, 不保证高稳定性 开发版本. 频繁更新, 不保证高稳定性
### `0.8.1` *2019/12/15* ### `0.8.2` *2019/12/15*
- 修复 GroupId.toGroupInternalId 错误
- 修复解析群消息时小概率出现的一个错误
### `0.8.1` *2019/12/15*
- 修复有时群资料无法获取的情况 - 修复有时群资料无法获取的情况
- 现在 `At.qq`, `Long.qq` 等函数不再是 `suspend` - 现在 `At.qq`, `Long.qq` 等函数不再是 `suspend`
......
# style guide # style guide
kotlin.code.style=official kotlin.code.style=official
# config # config
mirai_version=0.8.1 mirai_version=0.8.2
kotlin.incremental.multiplatform=true kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true kotlin.parallel.tasks.in.project=true
# kotlin # 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