From 69fdf8c67d21127cd2a3bc9f604b27a95eedc296 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 2 May 2021 23:35:25 -0400 Subject: [PATCH] Add changelog for v1.7.2 --- docs/whats_new.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 8100fb929419..2b774c15b9f5 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,18 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p7p2: + +v1.7.2 +------- + +Bug Fixes +~~~~~~~~~~~ + +- Fix ``fail_if_not_exists`` causing certain message references to not be usable within :meth:`abc.Messageable.send` and :meth:`Message.reply` (:issue:`6726`) +- Fix :meth:`Guild.chunk` hanging when the user left the guild. (:issue:`6730`) +- Fix loop sleeping after final iteration rather than before (:issue:`6744`) + .. _vp1p7p1: v1.7.1