From 9eab3cc8ceef924d7ad906f7c4e168afaf1dbcf9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 31 Dec 2013 14:25:43 +0100 Subject: [PATCH] docs: Add Ref model to changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 601de39e..56177441 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,9 @@ v0.18.0 (UNRELEASED) - Expose :meth:`mopidy.core.Core.version` for HTTP clients to manage compatibility between API versions. (Fixes: :issue:`597`) +- Add :class:`mopidy.models.Ref` class for use as a lightweight reference to + other model types, containing just an URI, a name, and an object type. + **Pluggable local libraries** Fixes issues :issue:`44`, partially resolves :issue:`397`, and causes