From a450493f679109ce256ac28bc15610495e5ff290 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 3 Sep 2012 23:23:59 +0200 Subject: [PATCH] Another issue fixed by simplified outputs --- docs/changes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index d766bb92..1e767d1c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -31,7 +31,8 @@ v0.8 (in development) setting is no longer supported, and has been replaced with :attr:`mopidy.settings.OUTPUT` which is a GStreamer bin description string in the same format as ``gst-launch`` expects. Default value is - ``autoaudiosink``. (Fixes: :issue:`81`, :issue:`115`, :issue:`159`) + ``autoaudiosink``. (Fixes: :issue:`81`, :issue:`115`, :issue:`121`, + :issue:`159`) v0.7.3 (2012-08-11)