diff --git a/docs/changelog.rst b/docs/changelog.rst index 01a5dc6d..ce7be87b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,18 +5,18 @@ Changelog This changelog is used to track all major changes to Mopidy. -v1.0.1 (unreleased) +v1.0.1 (UNRELEASED) =================== -Audio ------ +- Audio: Software volume control has been reworked to greatly reduce the delay + between changing the volume and the change taking effect. (Fixes: + :issue:`1097`) -- Software volume control has been reworked to greatly reduce the delay between - changing the volume and the change taking effect. (Fixes: :issue:`1097`) +- Audio: As a side effect of the previous bug fix, software volume is no longer + tied to the PulseAudio application volume when using ``pulsesink``. This + behavior was confusing for many users and doesn't work well with the plans + for multiple outputs. -- Software volume is no longer tied to the PulseAudio application volume when - using ``pulsesink``. This behavior was confusing for many users and doesn't - work well with the plans for multiple outputs. v1.0.0 (2015-03-25) ===================