From 0b619c8b834ca6f3268f4c174aa264e844c20174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Mon, 16 Mar 2026 07:20:29 +0000 Subject: [PATCH] Add a note to the changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 14d0009f5..35940dc7e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ~~~~~~~~~~~~~