From cde73cc433f077a240e395d05b1d8e243cc186d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 30 Jan 2026 01:18:11 +0000 Subject: [PATCH] Add changelog note --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index aec3f143f..50b021bf8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -149,6 +149,8 @@ Other changes: Music service was shut down in 2020. - Updated color documentation with ``bright_*`` and ``bg_bright_*`` entries. - Moved `beets/random.py` into `beetsplug/random.py` to cleanup core module. +- dbcore: Allow models to declare SQL indices; add an ``items.album_id`` index + to speed up ``album.items()`` queries. :bug:`5809` 2.5.1 (October 14, 2025) ------------------------