From 668b5c35ea900750c35f2ea8d878c1c5e6a04607 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 19 Dec 2020 09:54:05 -0800 Subject: Kotlin for Forge 1.7.0 --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index e82a1f3..39310d7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +##Kotlin for Forge 1.7.0 +- Added `registerObject` function to KDeferredRegister for getting ObjectHolderDelegate instances + without needing a cast to ObjectHolderDelegate. +- Deprecated `register` in KDeferredRegister +- Fixed KReflect sometimes not showing up on the Maven. +- Updated to Kotlin 1.4.21, Updated to coroutines 1.4.2, Updated to JetBrains annotations 20.1.0 + +##Kotlin for Forge 1.6.2 +- Fixed errors in KotlinEventBus with certain Lambda syntax + ##Kotlin for Forge 1.6.1 - Removed inline modifier for functions `runForDist`, `runWhenOn`, and `callWhenOn` in Forge.kt. - Changed the `AutoKotlinEventBusSubscriber` to not crash when loading client only subscribers with client only members. -- cgit