From 30f79a4c4724cd2970f1df79a333b0d53e5f5bbf Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Mon, 18 Nov 2019 17:17:23 +0000 Subject: [PATCH] Tweak release notes --- RELEASENOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 07c97bdea8..6df173c7d4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,11 +1,12 @@ # Release notes # -### 2.10.8 (2019-11-18) ### +### 2.10.8 (2019-11-19) ### * E-AC3 JOC * Handle new signaling in DASH manifests ([#6636](https://github.com/google/ExoPlayer/issues/6636)). - * Remove incorrect channel count check when determining output support. + * Fix E-AC3 JOC passthrough playback failing to initialize due to incorrect + channel count check. * FLAC * Fix sniffing for some FLAC streams. * Fix FLAC `Format.bitrate` values.