Changelog note about #2311

This commit is contained in:
Adrian Sampson 2016-12-09 16:46:01 -05:00
parent 351116bde5
commit 936dc58a1c

View file

@ -7,10 +7,14 @@ Changelog
Fixes:
* :doc:`/plugins/badfiles`: Fix a crash on non-ASCII filenames. :bug:`2299`
* The ``%asciify{}`` path formatting function and the :ref:`asciify-paths`
setting properly substitute path separators generated by converting some
* The ``%asciify{}`` path formatting function and the :ref:`asciify-paths`
setting properly substitute path separators generated by converting some
unicode characters into ASCII, such as ½ and ¢.
Also, we've removed some special handling for logging in the
:doc:`/plugins/discogs` that we believe was unnecessary. If spurious log
messages appear in this version, please let us know by filing a bug.
1.4.1 (November 25, 2016)
-------------------------