From 0404ec625b2b3e82706a0c75fc3d36856f5cbd2a Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 3 Jan 2013 22:54:13 +0100 Subject: [PATCH] Update changelog with mixer track selection change. Conflicts: docs/changes.rst --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index ec588ffc..1f3d8484 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -18,6 +18,8 @@ v0.11.2 (UNRELEASED) - ``foo(**data)`` fails if the keys in ``data`` is unicode strings on Python < 2.6.5rc1. +- Improve selection of mixer tracks for volume control. (Fixes: :issuse:`307`) + **Local backend** - Make ``mopidy-scan`` support symlinks.