From 0c6be281dfd01df80f0d4a95f925dace19b31f7c Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Mon, 25 Jul 2016 21:47:10 +0200 Subject: [PATCH] doc: Add changelog entry for PR#1496 and PR#1522 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8830edd3..60255266 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,9 @@ Bug fix release. (Fixes: :issue:`935`, :issue:`1453`, :issue:`1474` and :issue:`1480`, PR: :issue:`1487`) +- Audio: Better handling of seek when position does not match the expected + pending position. (Fixes: :issue:`1462` PR: :issue:`1496`) + - Core: Avoid endless loop if all tracks in the tracklist are unplayable and consume mode is off. (Fixes: :issue:`1221`, :issue:`1454`, PR: :issue:`1455`) @@ -30,6 +33,9 @@ Bug fix release. where a :confval:`file/media_dirs` path contained non-ASCII characters. (Fixes: :issue:`1345`, PR: :issue:`1493`) +- Stream: Fix milliseconds vs seconds mistake in timeout handling. + (Fixes: :issue:`1521` PR: :issue:`1522`) + v2.0.0 (2016-02-15) ===================