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) ====================