From def8ecaa63c9cc8f99377064366ad444f85dadd5 Mon Sep 17 00:00:00 2001 From: isXander Date: Sat, 17 Jun 2023 09:32:31 +0100 Subject: Bump version + changelog --- changelogs/3.0.2+1.20.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/3.0.2+1.20.md (limited to 'changelogs') 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()` -- cgit