From d97000257c6b9945233973ba9cb9aba76d73c3dd Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 3 May 2010 23:55:04 +0200 Subject: [PATCH] Update changelog --- docs/changes.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4c08ba82..ce65b3e4 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,9 +7,6 @@ This change log is used to track all major changes to Mopidy. 0.1.0a1 (unreleased) ==================== -- Merged the ``gstreamer`` branch from Thomas Adamcik, bringing more than a - hundred new tests, several bugfixes and a new backend for playing music from - a local music archive. - Backend API changes: - Removed ``backend.playback.volume`` wrapper. Use ``backend.mixer.volume`` @@ -18,6 +15,12 @@ This change log is used to track all major changes to Mopidy. ``current_playlist_position`` to match naming of ``current_track``. - **[WIP]** Changed API for get/filter/find_exact/search. +- **[WIP]** Merged the ``gstreamer`` branch from Thomas Adamcik, bringing more + than a hundred new tests, several bugfixes, and a new backend for playing + music from a local music archive. +- Made :class:`mopidy.mixers.alsa.AlsaMixer` work on machines without a mixer + named "Master". + 0.1.0a0 (2010-03-27) ====================