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.
This commit is contained in:
Karl Besser 2024-09-30 10:20:29 -05:00
parent ab86b2d1e8
commit 71b5a9651c

View file

@ -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.