aboutsummaryrefslogtreecommitdiff
path: root/changelogs/3.0.0-beta.3+1.20.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/3.0.0-beta.3+1.20.md')
-rw-r--r--changelogs/3.0.0-beta.3+1.20.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/3.0.0-beta.3+1.20.md b/changelogs/3.0.0-beta.3+1.20.md
new file mode 100644
index 0000000..b232cb0
--- /dev/null
+++ b/changelogs/3.0.0-beta.3+1.20.md
@@ -0,0 +1,12 @@
+# YetAnotherConfigLib 3.0 Beta 3
+
+## Changes
+
+- Removed being able to set description name. Option or group name is used.
+- Added new description image overload `.image(image, u, v, width, height, textureWidth, textureHeight)`
+- Images are now loaded synchronously off-thread.
+- Added javadoc to all new API things.
+
+## Bug Fixes
+
+- Fix arrow key navigation not being able to focus on the button actions.