Commit c58dd8bc authored by Him188's avatar Him188

0.26.2

parent 592d5fde
......@@ -2,6 +2,12 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.26.2` 2020/3/8
- 新增 `MessageChain.repeat``MessageChain.times`
- JVM 平台下 `PlatformLogger` 可重定向输出
- 修复 `NullMessageChain.equals` 判断不正确的问题
- 新增 `PlainText.of` 以应对一些特殊情况
## `0.26.1` 2020/3/8
- 重写 Jce 序列化, 提升反序列性能
- 更新 `Kotlin` 版本到 1.3.70
......
# style guide
kotlin.code.style=official
# config
miraiVersion=0.26.1
miraiVersion=0.26.2
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