Skip to content

Commit 6eb33ad

Browse files
committed
add all things this pr adds/changes
1 parent cfff728 commit 6eb33ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ These changes are available on the `master` branch, but have not yet been releas
1919
message objects ([#2780](https://github.com/Pycord-Development/pycord/pull/2780))
2020
- Added support for select default values.
2121
([#2899](https://github.com/Pycord-Development/pycord/pull/2899))
22+
- Adds a new generic parameter to selects to type `ui.Select.values` return type.
23+
- Adds `SelectDefaultValue` object to create select default values.
24+
- Adds `SelectDefaultValueType` enum.
25+
- Adds pre-typed and pre-constructed `ui.Select` aliases for the different select
26+
types: `ui.StringSelect`, `ui.UserSelect`, `ui.RoleSelect`, `ui.MentionableSelect`,
27+
and `ui.ChannelSelect`.
2228

2329
### Changed
2430

0 commit comments

Comments
 (0)