From f850bb8bbcddbe8196fb669fa6ccb9ac37fe24c8 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Jun 2014 09:58:45 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 35839916..41ad4ff4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -67,6 +67,9 @@ Feature release. them using pip. See the :ref:`http-server-api` for details. (Fixes: :issue:`440`) +- Added web page at ``/mopidy/`` which lists all web clients installed as + Mopidy extensions. (Fixes: :issue:`440`) + - Added support for extending the HTTP frontend with additional server side functionality. See :ref:`http-server-api` for details.