aboutsummaryrefslogtreecommitdiff
path: root/changelogs/2.4.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/2.4.1.md')
-rw-r--r--changelogs/2.4.1.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/changelogs/2.4.1.md b/changelogs/2.4.1.md
deleted file mode 100644
index 008c0c9..0000000
--- a/changelogs/2.4.1.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## 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.