diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-01 14:57:24 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-01 14:57:24 -0700 |
commit | e69c00673a0f6bc180d646665fc4973874f13ab8 (patch) | |
tree | 1d29dba276ce87c37a8ced96575810616caa48cc | |
parent | 9a06bdb13ce55588b9f8dc28df132d7530742cac (diff) | |
download | KotlinForForge-e69c00673a0f6bc180d646665fc4973874f13ab8.tar.gz KotlinForForge-e69c00673a0f6bc180d646665fc4973874f13ab8.tar.bz2 KotlinForForge-e69c00673a0f6bc180d646665fc4973874f13ab8.zip |
Update changelog.md
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |