diff options
author | 2022-12-13 20:50:00 +0100 | |
---|---|---|
committer | 2022-12-13 20:50:00 +0100 | |
commit | b0384ec69941cbf475445ed4971d10d1156640b8 (patch) | |
tree | 27fe7bd56dbd7564e7ac6c93d72add369276b952 /docs | |
parent | save strong references of newly created tasks in the `TASKS` set (diff) | |
parent | Return None upon receiving a bad request from Discord in get_or_fetch_member ... (diff) |
Merge branch 'main' of https://github.com/shtlrs/bot-core
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index ed46f90e..ee4cc69c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :release:`9.3.0 <13th December 2022>` +- :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member` + - :release:`9.2.0 <17th November 2022>` - :support:`151` Add support for Python 3.11 |