aboutsummaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-04-15 22:21:45 +0100
committerisXander <xandersmith2008@gmail.com>2023-04-15 22:21:45 +0100
commit74bcc11c74f864eda2f5e48a3c038846c20065ba (patch)
tree4cd72c84135c103ba55fc91742504c0d513ed3b3 /changelogs
parent257a50da0880dac23a81933e39b27e381616bd61 (diff)
downloadYetAnotherConfigLib-74bcc11c74f864eda2f5e48a3c038846c20065ba.tar.gz
YetAnotherConfigLib-74bcc11c74f864eda2f5e48a3c038846c20065ba.tar.bz2
YetAnotherConfigLib-74bcc11c74f864eda2f5e48a3c038846c20065ba.zip
2.4.1
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.