mirror of
https://github.com/beetbox/beets.git
synced 2026-03-27 15:54:22 +01:00
Add a note to the changelog
This commit is contained in:
parent
286bce13c9
commit
0b619c8b83
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ For plugin developers
|
|||
- :py:func:`beets.metadata_plugins.album_for_id` and
|
||||
:py:func:`beets.metadata_plugins.track_for_id` now require a ``data_source``
|
||||
argument and query only that provider.
|
||||
- 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.
|
||||
|
||||
Other changes
|
||||
~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue