From 081593bcb9d72275977793e0477ccffb7e0348eb Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 22 Jan 2014 16:36:32 -0800 Subject: [PATCH] changelog: web API change --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 853d981cf..0f8897a43 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -33,6 +33,9 @@ Other little fixes: This is preserved as an option for backwards compatibility.) This change should also work around a long-standing issue when using ``pluginpath`` when beets is installed using pip. Many thanks to geigerzaehler. +* :doc:`/plugins/web`: The ``/item/`` and ``/album/`` API endpoints now + produce full details about albums and items, not just lists of IDs. Thanks + to geigerzaehler. 1.3.2 (December 22, 2013)