From f96b1e66daa3543040d9e981647f468dd82547e1 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 3 Sep 2012 23:22:20 +0200 Subject: [PATCH] Add issues that was fixed by output simplification to the changelog --- docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index ce011d9b..d766bb92 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -31,7 +31,7 @@ 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``. + ``autoaudiosink``. (Fixes: :issue:`81`, :issue:`115`, :issue:`159`) v0.7.3 (2012-08-11)