diff --git a/changelog/1267.bugfix.rst b/changelog/1267.bugfix.rst deleted file mode 100644 index 1df3410644..0000000000 --- a/changelog/1267.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Prevent :class:`py:DeprecationWarning` related to :attr:`Message.interaction` field on shard reconnect. diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 974a5f71ba..cdacf0f5c3 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -17,6 +17,16 @@ in specific versions. Please see :ref:`version_guarantees` for more information. .. towncrier release notes start +.. _vp2p10p1: + +v2.10.1 +------- + +Bug Fixes +~~~~~~~~~ +- Prevent :class:`py:DeprecationWarning` related to :attr:`Message.interaction` field on shard reconnect. (:issue:`1267`) + + .. _vp2p10p0: v2.10.0