From 92579b30d833ba897cd22dd3b6e176fea83a4d27 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 21 Sep 2025 09:25:30 -0700 Subject: [PATCH] Reformat docs --- docs/changelog.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e7b92840..5d7e3f803 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -37,9 +37,8 @@ Other changes: possibly disabled musicbrainz plugin :bug:`6020` - Moved ``art.py`` utility module from ``beets`` into ``beetsplug`` namespace as it is not used in the core beets codebase. It can now be found in - ``beetsplug._utils``. - - :class:`beets.metadata_plugin.MetadataSourcePlugin`: Remove discogs specific - disambiguation stripping + ``beetsplug._utils``. - :class:`beets.metadata_plugin.MetadataSourcePlugin`: + Remove discogs specific disambiguation stripping 2.4.0 (September 13, 2025) --------------------------