From 257a50da0880dac23a81933e39b27e381616bd61 Mon Sep 17 00:00:00 2001 From: isXander Date: Tue, 4 Apr 2023 11:32:37 +0100 Subject: 📰 2.4.0 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/2.4.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelogs/2.4.0.md (limited to 'changelogs') diff --git a/changelogs/2.4.0.md b/changelogs/2.4.0.md new file mode 100644 index 0000000..2ccfebb --- /dev/null +++ b/changelogs/2.4.0.md @@ -0,0 +1,9 @@ +## Features + +- New builder API for `GsonConfigInstance`, deprecated the constructors. + +## Bug Fixes + +- Fixed `StringController`s not focusing properly since 2.3.1 ([#58](https://github.com/isXander/YetAnotherConfigLib/issues/58)). +- Fixed resetting a `StringController` sometimes crashing the game ([#57](https://github.com/isXander/YetAnotherConfigLib/issues/57)). +- Fix `ListOption.Builder` not exposing `listener()` like in `Option.Builder` ([#55](https://github.com/isXander/YetAnotherConfigLib/issues/55)). -- cgit