From 06ae86b9f85662fb8d0d17d5b8f2feb2455b8f57 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 6 Oct 2013 21:35:49 +0200 Subject: [PATCH] docs: Update changelog with playlist in gstreamer changes --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0fb05f8c..24656add 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Changelog This changelog is used to track all major changes to Mopidy. +v0.16.0 (UNRELEASED) +==================== + +**Audio** + +- Added support for parsing and playback of playlists in GStreamer. What this + means for end users is basically that you can now add an radio playlist to + Mopidy and we will automatically download it and play the stream inside it. + Currently we support M3U, PLS, XSPF and ASX files, also note that we can + currently only play the first stream in the playlist. + + v0.15.0 (2013-09-19) ====================