From d939c3e648ee9ddd8d2540722f110203a0ac09d9 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 21 Dec 2017 11:12:02 -0500 Subject: [PATCH] Expand changelog for #2759 (fix #2738) --- docs/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dbcca7b4a..f81310467 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -88,8 +88,11 @@ Fixes: "Edit Candidates" option is used. :bug:`2734` * Fix a crash when numeric metadata fields contain just a minus or plus sign with no following numbers. Thanks to :user:`eigengrau`. :bug:`2741` -* :doc:`/plugins/fromfilename`: Allow file names such as "01.mp3" to extract the track number. - Also allow "_" as a separator. Refactor some regular expressions. :bug:`2738` +* :doc:`/plugins/fromfilename`: Recognize file names that contain *only* a + track number, such as `01.mp3`. Also, the plugin now allows underscores as a + separator between fields. + Thanks to :user:`Vrihub`. + :bug:`2738` :bug:`2759` * Fixed an issue where images would be resized according to their longest edge, instead of their width. Thanks to :user:`sekjun9878`. :bug:`2729`