From 7991e94042961d57c9475c885a057fe9ed36865a Mon Sep 17 00:00:00 2001 From: jcass Date: Wed, 3 Feb 2016 09:25:21 +0200 Subject: [PATCH] docs:Update changelog to show issues under correct headings. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fe08417..9935e69 100644 --- a/README.rst +++ b/README.rst @@ -73,13 +73,10 @@ v2.1.0 (UNRELEASED) - Now updates the track name when the stream title changes. - Adding a browsed radio station to the tracklist now also starts playback of the station. (Addresses: `#98 `_). -- Remove support for defunct Grooveshark service. - (Addresses: `#120 `_). - Increase volume slider handle by 30% to make it easier to grab on mobile devices. - Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should be invalidated. - Use standard Mopidy mixer methods to mute / un-mute playback. -- Added event handling for 'muteChanged' event. (Fixes: `#141 `_). **Fixes** @@ -106,6 +103,9 @@ v2.1.0 (UNRELEASED) - Re-align the menu and search buttons in the title bar. (Fixes: `#148 `_). - Use explicit Mopidy.js calling convention. (Fixes: `#79 `_). +- Added event handling for 'muteChanged' event. (Fixes: `#141 `_). +- Remove support for defunct Grooveshark service. + (Fixes: `#120 `_). v2.0.0 (2015-03-26)