@@ -15,6 +15,18 @@ These changes are available on the `master` branch, but have not yet been releas
15
15
- Added new events ` on_bridge_command ` , ` on_bridge_command_completion ` , and
16
16
` on_bridge_command_error ` .
17
17
([ #1916 ] ( https://github.com/Pycord-Development/pycord/pull/1916 ) )
18
+ - Added the ` @client.once() ` decorator, which serves as a one-time event listener.
19
+ ([ #1940 ] ( https://github.com/Pycord-Development/pycord/pull/1940 ) )
20
+ - Added support for text-related features in ` StageChannel ` .
21
+ ([ #1936 ] ( https://github.com/Pycord-Development/pycord/pull/1936 ) )
22
+
23
+ ## [ 2.4.1] - 2023-03-20
24
+
25
+ ### Changed
26
+
27
+ - Updated the values of the ` Color.embed_background() ` classmethod to correspond with
28
+ new theme colors in the app.
29
+ ([ #1931 ] ( https://github.com/Pycord-Development/pycord/pull/1931 ) )
18
30
19
31
### Fixed
20
32
@@ -535,7 +547,8 @@ These changes are available on the `master` branch, but have not yet been releas
535
547
- Fix py3.10 UnionType checks issue.
536
548
([ #1240 ] ( https://github.com/Pycord-Development/pycord/pull/1240 ) )
537
549
538
- [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.4.0...HEAD
550
+ [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.4.1...HEAD
551
+ [ 2.4.1 ] : https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1
539
552
[ 2.4.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
540
553
[ 2.3.3 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.3.3
541
554
[ 2.3.2 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.1...v2.3.2
0 commit comments