From c77d701e3dc4c92a2cfb8944abd19f4692829ea3 Mon Sep 17 00:00:00 2001 From: rohks Date: Thu, 21 Jul 2022 15:38:38 +0000 Subject: [PATCH] Move release notes for Issue: google/ExoPlayer#10429 to unreleased changes #minor-release PiperOrigin-RevId: 462391856 (cherry picked from commit 5c41b5a2709d9ea084a4e5802e12020820e4d817) --- RELEASENOTES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 590bf23c0e..fe5506f085 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -27,6 +27,10 @@ small icon ([#104](https://github.com/androidx/media/issues/104)). * Ensure commands sent before `MediaController.release()` are not dropped ([#99](https://github.com/androidx/media/issues/99)). +* UI: + * Use current overrides of the player as preset in + `TrackSelectionDialogBuilder` + ([#10429](https://github.com/google/ExoPlayer/issues/10429)). ### 1.0.0-beta02 (2022-07-15) @@ -59,9 +63,6 @@ This release corresponds to the * Ensure TalkBack announces the currently active speed option in the playback controls menu ([#10298](https://github.com/google/ExoPlayer/issues/10298)). - * Use current overrides of the player as preset in - `TrackSelectionDialogBuilder` - ([#10429](https://github.com/google/ExoPlayer/issues/10429)). * RTSP: * Add RTP reader for H263 ([#63](https://github.com/androidx/media/pull/63)).