From 7d61d523feeec62865154279f4191354630b4fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Mon, 17 Nov 2014 17:23:06 +0100 Subject: [PATCH] [Docs] mention removal of URI class see https://github.com/SoCo/SoCo/issues/238#issuecomment-63233557 --- doc/releases/0.10.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/releases/0.10.rst b/doc/releases/0.10.rst index f844fe398..de78fc5b2 100644 --- a/doc/releases/0.10.rst +++ b/doc/releases/0.10.rst @@ -69,9 +69,15 @@ Bugfixes Backwards Compatability ======================= -The metadata classes (ML*) have all been renamed (generally to Didl*), and -aligned more closely with the underlying XML. The Music Services data -structures (MS*) have been moved to their own module, and metadata for radio -broadcasts is now returned properly (`#243 -`_). Work is still ongoing on the -metadata classes, so further changes should be expected. +The metadata classes (``ML*``) have all been renamed (generally to ``Didl*``), +and aligned more closely with the underlying XML. The Music Services data +structures (``MS*``) have been moved to their own module, and metadata for +radio broadcasts is now returned properly (`#243 +`_). + +The ``URI`` class has been removed. As an alternative the method +:meth:`soco.SoCo.play_uri` can be used to enqueue and play an URI. The class +:class:`soco.data_structures.DIDLObject` can be used if an object is required. + +Work is still ongoing on the metadata classes, so further changes should be +expected.