From 936dc58a1cfa7515115babb4e008631de378c0b4 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 9 Dec 2016 16:46:01 -0500 Subject: [PATCH] Changelog note about #2311 --- docs/changelog.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) -------------------------