From 71b5a9651c1e1590a1ccdf5b67e1c3894f5f3255 Mon Sep 17 00:00:00 2001 From: Karl Besser Date: Mon, 30 Sep 2024 10:20:29 -0500 Subject: [PATCH] Add reference to ftintitle plugin in changelog Add references to the ftintitle plugin for the bug fixes #5441 and #5436 that are related to this plugin. --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8385a3b85..a9ed03e42 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -26,9 +26,9 @@ New features: Bug fixes: -* The detection of a "feat. X" part in a song title does not produce any false +* :doc:`plugins/ftintitle`: The detection of a "feat. X" part in a song title does not produce any false positives caused by words like "and" or "with" anymore. :bug:`5441` -* The detection of a "feat. X" part now also matches such parts if they are in +* :doc:`plugins/ftintitle`: The detection of a "feat. X" part now also matches such parts if they are in parentheses or brackets. :bug:`5436` * Improve naming of temporary files by separating the random part with the file extension. * Fix the ``auto`` value for the :ref:`reflink` config option.