feat: update changelog

This commit is contained in:
ineanto 2023-12-19 19:59:11 +01:00
parent 04690bf72c
commit 5d92cc6d32
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
1.0.8-RC1: Update n°5 (XX/XX/XX) 1.0.8-RC1: Update n°5 (XX/XX/XX)
[FEATURES] [FEATURES]
- Persistence and cache will now fallback to local alternatives when unreachable. - Persistence and cache will now fallback to local alternatives when unreachable.
- Player check GUI has been updated to better reflect the current state of player's disguises.
- Developers can now listen to the PlayerDisguiseEvent and cancel the disguise process. - Developers can now listen to the PlayerDisguiseEvent and cancel the disguise process.
[OTHER] [OTHER]

View file

@ -2,4 +2,4 @@ package xyz.ineanto.nicko.i18n;
import java.util.ArrayList; import java.util.ArrayList;
public record ItemTranslation(String name, ArrayList<String> lore) {} public record ItemTranslation(String name, ArrayList<String> lore) {}