Skip to content

Commit

Permalink
put change into right place in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihitoko committed Oct 14, 2023
1 parent f8b6fb3 commit f4e2f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f4e2f2e

Please sign in to comment.