aboutsummaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-06-17 09:32:31 +0100
committerisXander <xandersmith2008@gmail.com>2023-06-17 09:32:31 +0100
commitdef8ecaa63c9cc8f99377064366ad444f85dadd5 (patch)
treef9655445420e6a8759ee1f5b54249333738e4e0a /changelogs
parent57664379caea94e41ce2adeef772d7e3d1007757 (diff)
downloadYetAnotherConfigLib-def8ecaa63c9cc8f99377064366ad444f85dadd5.tar.gz
YetAnotherConfigLib-def8ecaa63c9cc8f99377064366ad444f85dadd5.tar.bz2
YetAnotherConfigLib-def8ecaa63c9cc8f99377064366ad444f85dadd5.zip
Bump version + changelog
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/3.0.2+1.20.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/3.0.2+1.20.md b/changelogs/3.0.2+1.20.md
new file mode 100644
index 0000000..5f53a03
--- /dev/null
+++ b/changelogs/3.0.2+1.20.md
@@ -0,0 +1,2 @@
+- Fix `IntegerFieldController` and `LongFieldController` not allowing negative values.
+- Reimplement `ButtonOption` changing the 'EXECUTE' text with `ButtonOption.Builder#text()`