From e69c00673a0f6bc180d646665fc4973874f13ab8 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:57:24 -0700 Subject: Update changelog.md --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 1a5b765..e82a1f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +##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. +- Deprecated `MINECRAFT` and set deprecation level to error. This is because the property only works on the version KFF was compiled with. + ##Kotlin for Forge 1.6.0 - Updated to support changes in the Forge API in 1.16.2 and 1.16.3 (KFF should no longer cause crashes) - Updated to Kotlin 1.4.10 -- cgit