aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-16 19:27:23 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-16 19:27:23 -0700
commit3d05249dadaa2f3b2b58d7aecbe5518b09d35d78 (patch)
treebc60252fe092b2830781281fce2458baf89db718 /changelog.md
parent1f5749dbd4eff6a5e78307e89c0e9c1a595bcb97 (diff)
downloadKotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.gz
KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.tar.bz2
KotlinForForge-3d05249dadaa2f3b2b58d7aecbe5518b09d35d78.zip
Update Kotlin for Forge 1.4.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 6 insertions, 0 deletions
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.