docs: Update changelog

This commit is contained in:
Stein Magnus Jodal 2014-07-26 14:03:12 +02:00
parent 93bf3ea918
commit 5866260928

View File

@ -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.