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.