From 9b76305e3f4cc3dbfdc941845e8bbded41a5b5fd Mon Sep 17 00:00:00 2001 From: jcass Date: Wed, 27 Jan 2016 07:21:12 +0200 Subject: [PATCH] Update changelog. Fixes #141. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 2772a60..97e1138 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,7 @@ v2.0.1 (UNRELEASED) - Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should be invalidated. - Fix vertical alignment of playback control buttons in footer. - Use standard Mopidy mixer methods to mute / un-mute playback. +- Added event handling for 'muteChanged' event. (Fixes: `#141 `_). v2.0.0 (26-3-2015) ------------------