Add my changes to the changelog

This commit is contained in:
Arthur Jovart
2021-08-28 22:26:42 +02:00
parent 30155d6496
commit e4bf273467

View File

@@ -29,6 +29,7 @@ The library has been updated with breaking changes, and as suck the major versio
- There may still be bugs however. - There may still be bugs however.
- For best type hinting experience consider using Pyright. - For best type hinting experience consider using Pyright.
- Almost all edit methods now return their updated counterpart rather than doing an in-place edit. - Almost all edit methods now return their updated counterpart rather than doing an in-place edit.
- Japanese docs were removed, as we are no longer able to keep them in sync.
Breaking Changes Breaking Changes
@@ -108,6 +109,8 @@ New Features
- Add :attr:`User.display_avatar` and :attr:`Member.display_avatar` to get the user's displayed avatar. - Add :attr:`User.display_avatar` and :attr:`Member.display_avatar` to get the user's displayed avatar.
- Add :attr:`Colour.brand_green` and :attr:`Colour.brand_red` - Add :attr:`Colour.brand_green` and :attr:`Colour.brand_red`
- |commands| :attr:`CommandOnCooldown.type` to get back the type of the cooldown since it was removed from :class:`Cooldown` - |commands| :attr:`CommandOnCooldown.type` to get back the type of the cooldown since it was removed from :class:`Cooldown`
- Add :attr:`Guild.bots` and :attr:`Guild.humans`
Bug Fixes Bug Fixes
~~~~~~~~~~~ ~~~~~~~~~~~