From 006e411cd89a4f56f5d6b431d87eaa782d5a06ff Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 3 Dec 2012 00:28:54 +0100 Subject: [PATCH] docs: Update changelog --- docs/changes.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index a8a4fb0e..3bb4ca9f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,6 +7,24 @@ This change log is used to track all major changes to Mopidy. v0.10.0 (in development) ======================== +**Documentation** + +- Added installation instructions for Fedora. + +**Spotify backend** + +- Save a lot of memory by reusing artist, album, and track models. + +- Make sure the playlist loading hack only runs once. + +**Local backend** + +- Change log level from error to warning on messages emitted when the tag cache + isn't found and a couple of similar cases. + +- Make ``mopidy-scan`` ignore invalid dates, e.g. dates in years outside the + range 1-9999. + **HTTP frontend** - Added new optional HTTP frontend which exposes Mopidy's core API through @@ -19,9 +37,6 @@ v0.10.0 (in development) ``glib``. The bug can be worked around by overriding the settings that includes offending `$XDG_` variables. -- Make ``mopidy-scan`` ignore invalid dates, e.g. dates in years outside the - range 1-9999. - v0.9.0 (2012-11-21) ===================