From 0f514a093b14b2b661caa044e9bbe2b7c4e46032 Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 18 Jun 2019 17:52:54 +0100 Subject: [PATCH] Update release notes for 2.10.2 cherrypicks PiperOrigin-RevId: 253808562 --- RELEASENOTES.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cad0bb145f..38ebc325c5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -32,21 +32,21 @@ ([#5891](https://github.com/google/ExoPlayer/issues/5891)). * Add `ProgressUpdateListener` to `PlayerControlView` ([#5834](https://github.com/google/ExoPlayer/issues/5834)). +* Add support for auto-detecting UDP streams in `DefaultDataSource` + ([#6036](https://github.com/google/ExoPlayer/pull/6036)). * Allow enabling decoder fallback with `DefaultRenderersFactory` ([#5942](https://github.com/google/ExoPlayer/issues/5942)). +* Gracefully handle revoked `ACCESS_NETWORK_STATE` permission + ([#6019](https://github.com/google/ExoPlayer/issues/6019)). +* Fix decoding problems when seeking back after seeking beyond a mid-roll ad + ([#6009](https://github.com/google/ExoPlayer/issues/6009)). +* Fix application of `maxAudioBitrate` for adaptive audio track groups + ([#6006](https://github.com/google/ExoPlayer/issues/6006)). * Fix bug caused by parallel adaptive track selection using `Format`s without bitrate information ([#5971](https://github.com/google/ExoPlayer/issues/5971)). * Fix bug in `CastPlayer.getCurrentWindowIndex()` ([#5955](https://github.com/google/ExoPlayer/issues/5955)). -* Add support for auto-detecting UDP streams in `DefaultDataSource` - ([#6036](https://github.com/google/ExoPlayer/pull/6036)). -* Gracefully handle revoked `ACCESS_NETWORK_STATE` permission - ([#6019](https://github.com/google/ExoPlayer/issues/6019)). -* Fix application of `maxAudioBitrate` for adaptive audio track groups - ([#6006](https://github.com/google/ExoPlayer/issues/6006)). -* Fix decoding problems when seeking back after seeking beyond a mid-roll ad - ([#6009](https://github.com/google/ExoPlayer/issues/6009)). ### 2.10.1 ###