From 5866260928e8a65b499bca065d1f7ac345568db9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 26 Jul 2014 14:03:12 +0200 Subject: [PATCH] docs: Update changelog --- docs/changelog.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9dbadc1a..88aca9ea 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,11 +15,16 @@ Bug fix release. - Make :confval:`audio/mixer_volume` work on the software mixer again. This was broken with the mixer changes in 0.19.0. (Fixes: :issue:`791`) -**HTTP** +**HTTP frontend** - When using Tornado 4.0, allow WebSocket requests from other hosts. (Fixes: :issue:`788`) +**MPD frontend** + +- Fix crash when MPD commands are called with the wrong number of arguments. + This was broken with the MPD command changes in 0.19.0. (Fixes: :issue:`789`) + v0.19.1 (2014-07-23) ==================== @@ -32,7 +37,7 @@ Bug fix release. Mopidy continue to work on Debian/Raspbian stable, where Tornado 2.3 is the newest version available. -**HTTP** +**HTTP frontend** - Add missing string interpolation placeholder.