From f4276cc5ae02777d19239cd7b0cce37d7ab0ac8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Mon, 23 Mar 2026 09:25:41 +0000 Subject: [PATCH] Add changelog note --- docs/changelog.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2f8e0a2bc..61b72f01c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,9 +9,15 @@ below! Unreleased ---------- -.. - New features - ~~~~~~~~~~~~ +New features +~~~~~~~~~~~~ + +- Item and album-art paths are now stored relative to the library root in the + database while remaining absolute in the rest of beets. Path queries now match + both library-relative paths and absolute paths under the currently configured + music directory under the new storage model. The existing paths in the + database are migrated automatically the first time you run any ``beet`` + command after the update. :bug:`133` .. Bug fixes