From 9e931f880ee3696ca6b0f9329799380b50724e0d Mon Sep 17 00:00:00 2001 From: nossr50 Date: Wed, 16 Dec 2020 15:54:22 -0800 Subject: [PATCH] updated changelog --- Changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.txt b/Changelog.txt index 301df3de0..ce8aa871f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,6 +4,7 @@ Version 2.2.000 (API) mcMMO makes use of jmal (Java Minecraft Abstraction Library) for some abstraction now (API) Added skill register (API) Skill hierarchy is now defined by Skill in mcMMO-API, and mcMMO needs a skill to be registered to be aware of it + (API) A lot of changes to the API, I'll be including a document with the release of this update to explain the finer details Codebase Stuff Many places that passed type Player now passes type McMMOPlayer instead