mirror of
https://github.com/beetbox/beets.git
synced 2026-03-29 17:55:43 +02:00
Changelog for extra_debug tool
This commit is contained in:
parent
870845d9c7
commit
b3e77d50d5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue