From ae68cedeafd1e0cc7e7b7f194fc90aeaecf64e28 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 7 Jul 2015 18:21:15 -0700 Subject: [PATCH] Changelog for #496 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a651572c9..a0e7d70c3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -68,6 +68,9 @@ Fixes: * Sorting numerical fields (such as track) now works again. :bug:`1511` * :doc:`/plugins/replaygain`: Missing GStreamer plugins now cause a helpful error message instead of a crash. :bug:`1518` +* Fix an edge case when producing sanitized filenames where the maximum path + length conflicted with the :ref:`replace` rules. Thanks to Ben Ockmore. + :bug:`496` :bug:`1361` 1.3.13 (April 24, 2015)