From 4a599eec0ca76e8f801083d6469aff89aae32feb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 4 Dec 2013 23:30:01 +0100 Subject: [PATCH] docs: Minor tweaks --- docs/changelog.rst | 22 +++++++++++----------- docs/ext/local.rst | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8b545669..395e968b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,26 +4,26 @@ Changelog This changelog is used to track all major changes to Mopidy. -v0.18.0 (Unreleased) +v0.18.0 (UNRELEASED) ==================== -**Pluggable libraries** +**Pluggable local libraries** Fixes issues :issue:`44`, partially resolves :issue:`397`, and causes a temporary regression of :issue:`527`. - Finished the work on creating pluggable libraries. Users can now - reconfigure mopidy to use alternate library providers of their choosing + reconfigure Mopidy to use alternate library providers of their choosing for local files. -- Switched default library provider to JSON. This greatly simplifies our - library code and reuses or existing serialisation code. -- Killed our outdated and bug-ridden tag cache implementation. + +- Switched default local library provider from "tag cache" to JSON. This + greatly simplifies our library code and reuses our existing serialization + code. + +- Killed our outdated and bug-ridden "tag cache" implementation. + - Added support for deprecated config values in order to allow for - graceful removal of :confval:`local/tag_cache_file` - - -v0.18.0 (UNRELEASED) -==================== + graceful removal of :confval:`local/tag_cache_file`. **Internal changes** diff --git a/docs/ext/local.rst b/docs/ext/local.rst index 43b405e1..cbde826f 100644 --- a/docs/ext/local.rst +++ b/docs/ext/local.rst @@ -120,4 +120,4 @@ Configuration values .. confval:: local-json/json_file - Path to a file to store the GZiped JSON data in. + Path to a file to store the gzipped JSON data in.