From e0e3a1c518742eca42a47040bd0cbae1f1ed1ee1 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 28 Dec 2011 00:05:28 +0100 Subject: [PATCH] Update changelog --- docs/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index d39d6fc2..ac2c21bf 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -18,6 +18,13 @@ v0.7.0 (in development) if you use playlist folders, you will no longer get lots of log messages about bad playlists. +- Added the method + :meth:`mopidy.backends.base.CurrentPlaylistController.length()` to reduce the + need for copying the entire current playlist from one thread to another. + Thanks to John Bäckstrand. + +- The MPD command ``playlistinfo`` is now faster, thanks to John Bäckstrand. + v0.6.0 (2011-10-09) ===================