From c54a9c3260644999bdc64a48787197a51b627130 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 1 Dec 2012 17:31:27 +0100 Subject: [PATCH] docs: Add HTTP frontend to changelog --- docs/changes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 6fca3cbf..81bb8592 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,9 +7,11 @@ This change log is used to track all major changes to Mopidy. v0.10.0 (in development) ======================== -**Changes** +**HTTP frontend** -- None yet +- Added new optional HTTP frontend which exposes Mopidy's core API through + JSON-RPC 2.0 messages over a WebSocket. See :ref:`http-frontend` for further + details. **Bug fixes**