From 1276e17a0352f1eb39bd4b9da1c887f91752ab43 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 2 Feb 2014 13:14:01 -0800 Subject: [PATCH] changelog/thanks for #522 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 412b3534e..5bb0f4092 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -59,6 +59,8 @@ Other little fixes: * :doc:`/plugins/fromfilename`: Fix a crash when a filename contained only a track number (e.g., ``02.mp3``). * :doc:`/plugins/convert`: Transcoding should now work on Windows. +* :doc:`/plugins/duplicates`: The ``move`` and ``copy`` destination arguments + are now treated as directories. Thanks to Pedro Silva. 1.3.2 (December 22, 2013)