From 663cdf929d89055c8e7d56e38d67c446dc418b3a Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 12 Feb 2015 21:13:50 +0100 Subject: [PATCH] docs: Add tags/duration local addition to changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 89090218..640fca97 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -51,6 +51,9 @@ v0.20.0 (UNRELEASED) just like the other ``lookup()`` methods in Mopidy. For now, returning a single track will continue to work. (PR: :issue:`840`) +- Add support for giving local libraries direct access to tags and duration. + (Fixes: :issue:`967`) + **File scanner** - Improve error logging for scan code (Fixes: :issue:`856`, PR: :issue:`874`)