From c1679964ff2a5062ddc637cb3add9d3938cc05b1 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Mon, 25 Jul 2016 22:09:52 +0200 Subject: [PATCH] docs: Add PR#1525 and PR#1517 to changelog --- docs/changelog.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8ed0bbb9..e63204c5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,7 +24,11 @@ Bug fix release. :issue:`1487`) - Audio: Better handling of seek when position does not match the expected - pending position. (Fixes: :issue:`1462` PR: :issue:`1496`) + pending position. (Fixes: :issue:`1462`, PR: :issue:`1496`) + +- Audio: Handle bad date tags from audio, thanks to Mario Lang and Tom Parker + who fixed this in parallel. (Fixes: :issue:`1506`, PR: :issue:`1525`, + :issue:`1517`) - 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`) @@ -38,7 +42,7 @@ Bug fix release. (Fixes: :issue:`1345`, PR: :issue:`1493`) - Stream: Fix milliseconds vs seconds mistake in timeout handling. - (Fixes: :issue:`1521` PR: :issue:`1522`) + (Fixes: :issue:`1521`, PR: :issue:`1522`) v2.0.0 (2016-02-15)