diff --git a/.changelog/v3.0.0-beta.2.md b/.changelog/v3.0.0-beta.2.md index 9324b52b8..adbbabc06 100644 --- a/.changelog/v3.0.0-beta.2.md +++ b/.changelog/v3.0.0-beta.2.md @@ -19,7 +19,7 @@ - `Kotlinx Coroutines` 更新至 [`v1.6.4`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.6.4) - `Kotlinx Serialization` 更新至 [`v1.4.0`](https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.4.0) -## 启用Kotlin编译器插件 [Kotlin suspend transform](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin) +## 启用编译器插件 [Kotlin suspend transform](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin) 在 #460 中,我们开始尝试应用 [Kotlin suspend transform](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin) 来简化开发、提供更加丰富的API。**理论上**引入此编译器插件不会出现不兼容变更,假若出现了预期外的结果或行为,请及时反馈至 [issues](https://github.com/simple-robot/simpler-robot/issues)。