From a45f6876cd105a004f26008f9d361c029a13e20c Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:37:18 -0500 Subject: [PATCH] docs(changelog): update changelog for v2.4.1 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfef80cd4a..ad17545335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ These changes are available on the `master` branch, but have not yet been releas - Added new events `on_bridge_command`, `on_bridge_command_completion`, and `on_bridge_command_error`. ([#1916](https://github.com/Pycord-Development/pycord/pull/1916)) +- Added the `@client.once()` decorator, which serves as a one-time event listener. + ([#1940](https://github.com/Pycord-Development/pycord/pull/1940)) +- Added support for text-related features in `StageChannel`. + ([#1936](https://github.com/Pycord-Development/pycord/pull/1936)) + +## [2.4.1] - 2023-03-20 + +### Changed + +- Updated the values of the `Color.embed_background()` classmethod to correspond with + new theme colors in the app. + ([#1931](https://github.com/Pycord-Development/pycord/pull/1931)) ### Fixed @@ -535,7 +547,8 @@ These changes are available on the `master` branch, but have not yet been releas - Fix py3.10 UnionType checks issue. ([#1240](https://github.com/Pycord-Development/pycord/pull/1240)) -[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.4.0...HEAD +[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.4.1...HEAD +[2.4.1]: https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0 [2.3.3]: https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.3.3 [2.3.2]: https://github.com/Pycord-Development/pycord/compare/v2.3.1...v2.3.2