diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-01 10:47:53 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-01 10:47:53 -0800 |
commit | 2a30973642c3cddd5d42f1c955caea73cd946134 (patch) | |
tree | 096ba2971311e8c1441e0565264b1a1d7fd0613b /changelog.md | |
parent | 28214d92042f0a4673f53699b1ff52af0226ccb3 (diff) | |
download | KotlinForForge-2a30973642c3cddd5d42f1c955caea73cd946134.tar.gz KotlinForForge-2a30973642c3cddd5d42f1c955caea73cd946134.tar.bz2 KotlinForForge-2a30973642c3cddd5d42f1c955caea73cd946134.zip |
Kotlin for Forge 1.8.0 Close #11 Close #12
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 4baddc0..c5a6761 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ##Kotlin for Forge 1.8.0 - Fixed a few things to match the new EventBus version. +- Fix #11 and #12. Event bus wrapper now posts events properly. - Now includes the Kotlin JSON Serialization library. ##Kotlin for Forge 1.7.0 |