aboutsummaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/2.4.1.md9
1 files changed, 9 insertions, 0 deletions
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.