From 2880f15287cac0e455a0b623532dfe61711981e1 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 1 May 2023 18:14:06 -0400 Subject: [PATCH] Add changelog for v2.2.3 --- docs/whats_new.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 760be0152..af13da1c1 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,20 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p2p3: + +v2.2.3 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix crash from Discord sending null ``channel_id`` for automod audit logs. +- Fix ``channel`` edits when using :meth:`Webhook.edit` sending two requests. +- Fix :attr:`AuditLogEntry.target` being ``None`` for invites (:issue:`9336`). +- Fix :exc:`KeyError` when accessing data for :class:`GuildSticker` (:issue:`9324`). + + .. _vp2p2p2: v2.2.2