diff --git a/docs/changelog.rst b/docs/changelog.rst index 0ed4d6377..7ea1f1c6a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) -------------------------