Changelog for extra_debug tool

This commit is contained in:
J0J0 Todos 2026-03-07 09:30:07 +01:00
parent 870845d9c7
commit b3e77d50d5

View file

@ -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
~~~~~~~~~~~~~