From c267e0b740737407e7cc95a11a12a29301c9b668 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 2 Mar 2014 09:04:45 +0100 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ea45a2ab..583ef9ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -51,6 +51,12 @@ Feature release. - Adds placeholders for missing MPD commands, preparing the way for bumping the protocol version once they have been added. +**Local backend** + +- The ``local scan`` command now use multiple threads to walk the file system + and check files' modification time. This speeds up scanning, escpecially + when scanning remote file systems over e.g. NFS. + v0.18.3 (2014-02-16) ====================