From 74bcc11c74f864eda2f5e48a3c038846c20065ba Mon Sep 17 00:00:00 2001 From: isXander Date: Sat, 15 Apr 2023 22:21:45 +0100 Subject: 2.4.1 --- changelogs/2.4.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelogs/2.4.1.md (limited to 'changelogs/2.4.1.md') diff --git a/changelogs/2.4.1.md b/changelogs/2.4.1.md new file mode 100644 index 0000000..008c0c9 --- /dev/null +++ b/changelogs/2.4.1.md @@ -0,0 +1,9 @@ +## Features + +- `OptionGroup.Builder` and `ConfigCategory.Builder` now extend `OptionAddable` so you can abstractly +add options to either of them. + +## API Changes + +- Deprecated the varargs tooltip builder method in `Option.Builder` due to unsafe varargs. There is now + an equivalent that is not varargs but a single function. -- cgit