From 1649abc410aa8c6b67cded667814ae664fc08666 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 22 Aug 2012 23:42:57 +0200 Subject: [PATCH] Add debug-proxy to 0.8 changelog. --- docs/changes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index a4aae058..a2a45960 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,6 +4,17 @@ Changes This change log is used to track all major changes to Mopidy. +v0.8 (in development) +===================== + +**Changes** + +- Added tools/debug-proxy.py to tee client requests to two backends and diff + responses. Intended as a developer tool for checking for MPD protocol changes + and various client support. Requires gevent, which currently is not a + dependency of Mopidy. + + v0.7.3 (2012-08-11) ===================