Skip to content

Commit d939c3e

Browse files
committed
Expand changelog for #2759 (fix #2738)
1 parent 6c22501 commit d939c3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,11 @@ Fixes:
8888
"Edit Candidates" option is used. :bug:`2734`
8989
* Fix a crash when numeric metadata fields contain just a minus or plus sign
9090
with no following numbers. Thanks to :user:`eigengrau`. :bug:`2741`
91-
* :doc:`/plugins/fromfilename`: Allow file names such as "01.mp3" to extract the track number.
92-
Also allow "_" as a separator. Refactor some regular expressions. :bug:`2738`
91+
* :doc:`/plugins/fromfilename`: Recognize file names that contain *only* a
92+
track number, such as `01.mp3`. Also, the plugin now allows underscores as a
93+
separator between fields.
94+
Thanks to :user:`Vrihub`.
95+
:bug:`2738` :bug:`2759`
9396
* Fixed an issue where images would be resized according to their longest edge,
9497
instead of their width. Thanks to :user:`sekjun9878`. :bug:`2729`
9598

0 commit comments

Comments
 (0)