docs: Update changelog with pluggable libraries.

This commit is contained in:
Thomas Adamcik 2013-12-04 23:04:30 +01:00
parent 9794826f26
commit acdc65e9c7

View File

@ -4,6 +4,23 @@ Changelog
This changelog is used to track all major changes to Mopidy.
v0.18.0 (Unreleased)
====================
**Pluggable 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
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.
- Added support for deprecated config values in order to allow for
graceful removal of :confval:`local/tag_cache_file`
v0.17.0 (2013-11-23)
====================