aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-17 14:36:23 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-08-17 14:36:23 -0700
commitf08c792c00cce1e01282d932ea8ad842a12bf29c (patch)
tree09ee8f4ed14a9d3685ee6f784b208865d73ba12b /changelog.md
parent5d89ffe924a98aa03d2871ad39fc60904be9f80b (diff)
downloadKotlinForForge-f08c792c00cce1e01282d932ea8ad842a12bf29c.tar.gz
KotlinForForge-f08c792c00cce1e01282d932ea8ad842a12bf29c.tar.bz2
KotlinForForge-f08c792c00cce1e01282d932ea8ad842a12bf29c.zip
Update to Kotlin for Forge 1.4.1
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 3827933..a8656cf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+##Kotlin for Forge 1.4.1
+- Fixed `KDeferredRegistry` registering things out of order
+
##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.