From 8ee1af2aeaed0ce8c0c94f103cf148239c52ec60 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 30 Nov 2018 16:34:59 +0000 Subject: [PATCH] Update release notes for 2.9.2 PiperOrigin-RevId: 223520119 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 55db12d56e..614e8ba794 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -8,7 +8,6 @@ * Add options for controlling audio track selections to `DefaultTrackSelector` ([#3314](https://github.com/google/ExoPlayer/issues/3314)). * Do not retry failed loads whose error is `FileNotFoundException`. -* Fix UUID passed to `MediaCrypto` when using `C.CLEARKEY_UUID` before API 27. ### 2.9.2 ### @@ -35,6 +34,7 @@ * Fix playback of some invalid but playable MP4 streams by replacing assertions with logged warnings in sample table parsing code ([#5162](https://github.com/google/ExoPlayer/issues/5162)). +* Fix UUID passed to `MediaCrypto` when using `C.CLEARKEY_UUID` before API 27. ### 2.9.1 ###