aboutsummaryrefslogtreecommitdiff
path: root/changelogs/2.4.1.md
blob: 008c0c99d08cd53a4231d95e063b849b49d3e2d1 (plain)
1
2
3
4
5
6
7
8
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.