Skip to content

Commit 402feeb

Browse files
committed
docs(changelog): finish changelog for v2.4
1 parent 777a2c6 commit 402feeb

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ possible (see our [Version Guarantees] for more info).
1010

1111
These changes are available on the `master` branch, but have not yet been released.
1212

13+
_No changes yet_
14+
15+
## [2.4.0] - 2023-02-10
16+
1317
### Added
1418

1519
- Added new AutoMod trigger metadata properties `regex_patterns`, `allow_list`, and
@@ -21,8 +25,8 @@ These changes are available on the `master` branch, but have not yet been releas
2125
metadata, along with the `fetch_role_connection_metadata_records` and
2226
`update_role_connection_metadata_records` methods in `Client`.
2327
([#1791](https://github.com/Pycord-Development/pycord/pull/1791))
24-
- Added new message types, `interaction_premium_upsell`, `stage_start`, `stage_end`,
25-
`stage_speaker`, `stage_raise_hand`, `stage_topic`, and
28+
- Added new message types, `role_subscription_purchase`, `interaction_premium_upsell`,
29+
`stage_start`, `stage_end`, `stage_speaker`, `stage_raise_hand`, `stage_topic`, and
2630
`guild_application_premium_subscription`.
2731
([#1852](https://github.com/Pycord-Development/pycord/pull/1852))
2832
- Added new `EmbeddedActivity` values.
@@ -34,27 +38,34 @@ These changes are available on the `master` branch, but have not yet been releas
3438
- Added new raw events: `raw_member_remove`, `raw_thread_update`, and
3539
`raw_thread_member_remove`.
3640
([#1880](https://github.com/Pycord-Development/pycord/pull/1880))
41+
- Improved support for setting channel types & added new channel types for
42+
`discord.Option`. ([#1883](https://github.com/Pycord-Development/pycord/pull/1883))
3743

3844
### Changed
3945

4046
- Changed `EmbeddedActivity` values to update accordingly with the new activities.
4147
([#1859](https://github.com/Pycord-Development/pycord/pull/1859))
48+
- Advanced version info is now stored as a dict in `version_info.advanced` instead of
49+
attributes on the `version_info` object.
50+
([#1920](https://github.com/Pycord-Development/pycord/pull/1920))
51+
- The `version_info.release_level` attribute has been reverted to its previous name,
52+
`releaselevel`. ([#1920](https://github.com/Pycord-Development/pycord/pull/1920))
4253

4354
### Fixed
4455

4556
- Fixed bugs in `Page.update_files` where file objects stored in memory were causing an
4657
`AttributeError`, and `io.BytesIO` files didn't send properly more than once.
4758
([#1869](https://github.com/Pycord-Development/pycord/pull/1869) &
4859
[#1881](https://github.com/Pycord-Development/pycord/pull/1881))
49-
- Fixed an unhandled `KeyError` exception when receiving GIF stickers.
50-
([#1915](https://github.com/Pycord-Development/pycord/pull/1915))
51-
52-
## [2.3.2] - 2022-12-03
53-
54-
### Fixed
55-
5660
- Fixed bridge groups missing the `parent` attribute.
5761
([#1823](https://github.com/Pycord-Development/pycord/pull/1823))
62+
- Fixed issues with creating auto moderation rules.
63+
([#1822](https://github.com/Pycord-Development/pycord/pull/1822))
64+
65+
## [2.3.3] - 2023-02-10
66+
67+
- Fixed an unhandled `KeyError` exception when receiving GIF stickers, causing crashes.
68+
([#1915](https://github.com/Pycord-Development/pycord/pull/1915))
5869

5970
## [2.3.2] - 2022-12-03
6071

@@ -114,6 +125,7 @@ These changes are available on the `master` branch, but have not yet been releas
114125
([#1678](https://github.com/Pycord-Development/pycord/pull/1678))
115126
- `get_application_command()` now supports retrieving subcommands and subcommand groups.
116127
([#1678](https://github.com/Pycord-Development/pycord/pull/1678))
128+
-
117129

118130
### Removed
119131

@@ -509,7 +521,9 @@ These changes are available on the `master` branch, but have not yet been releas
509521
- Fix py3.10 UnionType checks issue.
510522
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))
511523

512-
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.3.2...HEAD
524+
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.4.0...HEAD
525+
[2.4.0]: https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
526+
[2.3.3]: https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.3.3
513527
[2.3.2]: https://github.com/Pycord-Development/pycord/compare/v2.3.1...v2.3.2
514528
[2.3.1]: https://github.com/Pycord-Development/pycord/compare/v2.3.0...v2.3.1
515529
[2.3.0]: https://github.com/Pycord-Development/pycord/compare/v2.2.2...v2.3.0

0 commit comments

Comments
 (0)