From 5761c4848fd20dc38a2089af28737bc250270fa2 Mon Sep 17 00:00:00 2001 From: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com> Date: Fri, 9 May 2025 21:01:21 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c17d90..911d2b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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