diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbafae8dd..89046fd268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,6 +178,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2192](https://github.com/Pycord-Development/pycord/pull/2192)) - Fixed `DMChannel.recipient` being `None` and consequently `User.dm_channel` also being `None`. ([#2219](https://github.com/Pycord-Development/pycord/pull/2219)) +- Fix `AttributeError` when serializing commands with Annotated typehint + ([#2243](https://github.com/Pycord-Development/pycord/pull/2243)) ## [2.4.1] - 2023-03-20 @@ -699,8 +701,6 @@ These changes are available on the `master` branch, but have not yet been releas ([#1350](https://github.com/Pycord-Development/pycord/pull/1350)) - Make `TextChannel._get_channel` async. ([#1358](https://github.com/Pycord-Development/pycord/pull/1358)) -- Fix `AttributeError` when serializing commands with Annotated typehint - ([#2243](https://github.com/Pycord-Development/pycord/pull/2243)) ## [2.0.0-beta.7] - 2022-04-09