Update CHANGELOG.md

This commit is contained in:
Mihail Gribkov
2025-05-09 21:01:21 +03:00
committed by GitHub
parent f1ff1913cf
commit 5761c4848f

View File

@@ -1,5 +1,20 @@
# Changelog
## [3.18.0-beta.2] - 2025-05-09
### Added
- #3119 Add component => builder converters (b729380)
- #3120 use `Color` for container `AccentColor` & fix action row validation (c888c84)
- #3122 Fix `Id`s in `ActionRowComponent` and `SelectmenuComponent` (57cdec7)
- #3123 Component search fixes & improvements (be8e6e0)
### Fixed
- #3121 fix & improve `ToBuilder` methods (4ab96c7)
### Misc
- #3108 Ensure the required gateway intent is available when connected to audio (f1ff191)
## [3.18.0-beta.1] - 2025-05-08
### Added