From 585360f93d8172ba8f69ce75580112a98f9a3baa Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Tue, 28 Sep 2021 09:59:25 +0200 Subject: [PATCH] Update changelog --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.md b/changelog.md index cb9fc986..5dd0d039 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +------------------------------------------------------ +Version 4.0.0 +------------------------------------------------------ +### Alpha 1 +Updated to 21w37a + +**Removed** + +- Removed serializable item components + - Item components must now save all their data in the stack NBT + - Consider switching to API Lookup API where possible +- Removed the `cardinal-components-util` module + - According to Github no one ever used it, but if you did and you see no currently available alternative, please open an issue + ------------------------------------------------------ Version 3.1.1 ------------------------------------------------------