diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f950bc8..38bd2619 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,19 +4,6 @@ Changelog This changelog is used to track all major changes to Mopidy. -v1.1.2 (UNRELEASED) -=================== - -Bug fix release. - -- Stream: If an URI is considered playable, don't consider it as a candidate - for playlist parsing. Just looking at MIME type prefixes isn't enough, as for - example Ogg Vorbis has the MIME type ``application/ogg``. (Fixes: - :issue:`1299`) - -- Local: If the scan or clear commands are used on a library that does not - exist, exit with an error. (Fixes: :issue:`1298`) - v1.2.0 (UNRELEASED) =================== @@ -72,6 +59,20 @@ Gapless don't trip us up. +v1.1.2 (UNRELEASED) +=================== + +Bug fix release. + +- Stream: If an URI is considered playable, don't consider it as a candidate + for playlist parsing. Just looking at MIME type prefixes isn't enough, as for + example Ogg Vorbis has the MIME type ``application/ogg``. (Fixes: + :issue:`1299`) + +- Local: If the scan or clear commands are used on a library that does not + exist, exit with an error. (Fixes: :issue:`1298`) + + v1.1.1 (2015-09-14) ===================