aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-12-19 09:54:05 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-12-19 09:54:05 -0800
commit668b5c35ea900750c35f2ea8d878c1c5e6a04607 (patch)
treee63f4c0e5e886256a762d409dcc73fc9d5e5321d /changelog.md
parent7653b26a950d3313f3f159ab76eec1f186055ac8 (diff)
downloadKotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.gz
KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.bz2
KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.zip
Kotlin for Forge 1.7.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md10
1 files changed, 10 insertions, 0 deletions
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.