From b3e77d50d53e630959aecf2bf3cd20afb71e4b8c Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Sat, 7 Mar 2026 09:30:07 +0100 Subject: [PATCH] Changelog for extra_debug tool --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c2ec1d348..76efad2bb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -61,6 +61,9 @@ For plugin developers - Colorisation, diff and layout utility helpers previously imported from :mod:`beets.ui` now live in :mod:`beets.util.color`, :mod:`beets.util.diff`, and :mod:`beets.util.layout`. Update external imports accordingly. +- The ``tunelog`` logging helper that was exclusively available to the lastgenre + plugin is now usable througout beets and was renamed to ``extra_debug``. + Import it from the ``beets.logging`` module to use it. Other changes ~~~~~~~~~~~~~