From e9978a94af6261268239e3d69d748f8049a11fff Mon Sep 17 00:00:00 2001 From: ibaker Date: Tue, 22 Aug 2023 08:36:26 +0100 Subject: [PATCH] Move release note from 1.2.0-alpha01 to 'unreleased changes' PiperOrigin-RevId: 559023779 --- RELEASENOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8aaf14484a..bdc25b4bc4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,6 +3,11 @@ ### Unreleased changes * Common Library: + * Upgrade `androidx.annotation:annotation-experimental` to `1.3.1`. This + also introduces a transitive dependency on the Kotlin standard library + from `media3-common`. Apps can + [downgrade to remove this dependency if they want](https://developer.android.com/guide/topics/media/exoplayer/shrinking#remove-kotlin-dep). + Fixes https://issuetracker.google.com/251172715. * ExoPlayer: * Add additional fields to Common Media Client Data (CMCD) logging: next object request (`nor`) and next range request (`nrr`) @@ -62,11 +67,6 @@ This release includes the following changes since `PlayerView.setShowPlayButtonIfPlaybackIsSuppressed(false)` or `MediaSession.Builder.setShowPlayButtonIfPlaybackIsSuppressed(false)` ([#11213](https://github.com/google/ExoPlayer/issues/11213)). - * Upgrade `androidx.annotation:annotation-experimental` to `1.3.1`. This - also introduces a transitive dependency on the Kotlin standard library - from `media3-common`. Apps can - [downgrade to remove this dependency if they want](https://developer.android.com/guide/topics/media/exoplayer/shrinking#remove-kotlin-dep). - Fixes https://issuetracker.google.com/251172715. * ExoPlayer: * Fix seeking issues in AC4 streams caused by not identifying decode-only samples correctly