From 3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 16 Aug 2020 19:27:23 -0700 Subject: Update Kotlin for Forge 1.4.0 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index c44571e..3827933 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +##Kotlin for Forge 1.4.0 +- Kotlin Gradle Plugin now requires Gradle 5.3. Update by changing the version of the gradle wrapper in `gradle/wrapper/gradle-wrapper.properties`. +- Added a `KDeferredRegistry` similar to Forge's `DeferredRegistry` but works with `ObjectHolderDelegate`s instead of `RegistryObject`s. +- Fixed a typo in the KDoc for `MOD_BUS` that falsely stated `AttachCapabilitiesEvent` was fired on the mod-specific event bus. +- Updated to Kotlin 1.4.0-rc + ##Kotlin for Forge 1.3.1 - Bumped version range to work with 1.16 Forge when it comes out. -- cgit