From 16056ea6b2ad17cb9ca08ec7ed96f6ac5ac95459 Mon Sep 17 00:00:00 2001 From: xarph Date: Sat, 3 Dec 2016 15:47:15 -0800 Subject: [PATCH] In the changelog note, it should be asciify-paths, not asciify_paths. --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3a312c8e8..88479955c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ Changelog Fixes: * :doc:`/plugins/badfiles`: Fix a crash on non-ASCII filenames. :bug:`2299` -* With :ref:`asciify_paths` set to "yes", some unicode tags could decode in such a way that erroneous directories were created mid-filename. This has been fixed. +* With :ref:`asciify-paths` set to "yes", some unicode tags could decode in such a way that erroneous directories were created mid-filename. This has been fixed. 1.4.1 (November 25, 2016)