From fd93ca7679548f1a394ff341c22e449ebe603e60 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 25 Jun 2015 22:25:05 +0200 Subject: [PATCH] docs: Update changelog for v1.0.6 --- docs/changelog.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7761d8ea..d3e3d21a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,16 +5,18 @@ Changelog This changelog is used to track all major changes to Mopidy. -v1.0.6 (unreleased) +v1.0.6 (2015-06-25) =================== Bug fix release. - Core/MPD/Local: Add support for ``title`` in - :meth:`mopidy.core.LibraryController.get_distinct`. (Fixes: :issue:`1181`) + :meth:`mopidy.core.LibraryController.get_distinct`. (Fixes: :issue:`1181`, + PR: :issue:`1183`) - Core: Make sure track changes make it to audio while paused. - (Fixes: :issuse:`1177`) + (Fixes: :issue:`1177`, PR: :issue:`1185`) + v1.0.5 (2015-05-19) ===================