aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-01 10:36:32 -0800
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2021-02-01 10:36:32 -0800
commit28214d92042f0a4673f53699b1ff52af0226ccb3 (patch)
tree615ee3e17759e407cbe8451c7ff6d7af4f871411 /changelog.md
parent668b5c35ea900750c35f2ea8d878c1c5e6a04607 (diff)
downloadKotlinForForge-28214d92042f0a4673f53699b1ff52af0226ccb3.tar.gz
KotlinForForge-28214d92042f0a4673f53699b1ff52af0226ccb3.tar.bz2
KotlinForForge-28214d92042f0a4673f53699b1ff52af0226ccb3.zip
Kotlin for Forge 1.8.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 39310d7..4baddc0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+##Kotlin for Forge 1.8.0
+- Fixed a few things to match the new EventBus version.
+- Now includes the Kotlin JSON Serialization library.
+
##Kotlin for Forge 1.7.0
- Added `registerObject` function to KDeferredRegister for getting ObjectHolderDelegate instances
without needing a cast to ObjectHolderDelegate.