From 42a98138794fe2fefd35ec9e59c7576da14cf05c Mon Sep 17 00:00:00 2001 From: dolfies Date: Fri, 21 May 2021 20:38:31 -0400 Subject: [PATCH] Update whats_new.rst --- docs/whats_new.rst | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 03816dce4759..4474a07dd6a5 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,12 +11,28 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +v1.8.0 +------- +- Fixes ``guild.me``. +- Partially fixes ``guild.members`` (only if you have manage_guild perm). +- Fixes large guild events. + +v1.7.8 +------- +- Removes all bot-only methods + functions. +- Un-deprecates user-only functions. +- Removes bot and deprecation notices from docstrings. + +v1.7.7 +------- +- Add lazy loading patch to group dms (fixes #11). + v1.7.6 ------- -- Code cleanup -- Bug fixes -- Deprecate regular bot accounts -- Deprecate ``bot=False`` +- Code cleanup. +- Bug fixes. +- Deprecate regular bot accounts. +- Deprecate ``bot=False``. v1.7.5 -------