Skip to content

Commit a45f687

Browse files
committed
docs(changelog): update changelog for v2.4.1
1 parent 41067e2 commit a45f687

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ These changes are available on the `master` branch, but have not yet been releas
1515
- Added new events `on_bridge_command`, `on_bridge_command_completion`, and
1616
`on_bridge_command_error`.
1717
([#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))
1830

1931
### Fixed
2032

@@ -535,7 +547,8 @@ These changes are available on the `master` branch, but have not yet been releas
535547
- Fix py3.10 UnionType checks issue.
536548
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))
537549

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
539552
[2.4.0]: https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
540553
[2.3.3]: https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.3.3
541554
[2.3.2]: https://github.com/Pycord-Development/pycord/compare/v2.3.1...v2.3.2

0 commit comments

Comments
 (0)