V2.0 changelog #8

Merged
paris-ci merged 4 commits from update-docs into 2.0 2021-08-29 17:55:49 +00:00
Showing only changes of commit e4bf273467 - Show all commits

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.
- For best type hinting experience consider using Pyright.
- 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
@ -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:`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`
- Add :attr:`Guild.bots` and :attr:`Guild.humans`
Bug Fixes
~~~~~~~~~~~