From 64fcfe93333acecedf4eba82457fda6ec21c11f1 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 3 Mar 2026 13:35:17 -0500 Subject: [PATCH] Add changelog for v2.7.1 --- docs/whats_new.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 6ca40e094..cda9eca44 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,24 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p7p1: + +v2.7.1 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix memory leak when using :class:`ui.LayoutView` and removing items but those items not being removed from internal cache. +- Fix ``aiohttp`` deprecation warning for websocket timeouts (:issue:`10418`) + +Miscellaneous +~~~~~~~~~~~~~~ + +- Show ``davey`` dependency output in ``python -m discord --version`` to debug DAVE issues +- Raise an error and warn when ``davey`` is not installed and using voice +- Change how views are bound to the internal cache when using interactions + .. _vp2p7p0: v2.7.0