Move release note from 1.2.0-alpha01 to 'unreleased changes'

PiperOrigin-RevId: 559023779
This commit is contained in:
ibaker 2023-08-22 08:36:26 +01:00 committed by Julia Bibik
parent 7346029f72
commit e9978a94af

View File

@ -3,6 +3,11 @@
### Unreleased changes ### Unreleased changes
* Common Library: * 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: * ExoPlayer:
* Add additional fields to Common Media Client Data (CMCD) logging: next * Add additional fields to Common Media Client Data (CMCD) logging: next
object request (`nor`) and next range request (`nrr`) object request (`nor`) and next range request (`nrr`)
@ -62,11 +67,6 @@ This release includes the following changes since
`PlayerView.setShowPlayButtonIfPlaybackIsSuppressed(false)` or `PlayerView.setShowPlayButtonIfPlaybackIsSuppressed(false)` or
`MediaSession.Builder.setShowPlayButtonIfPlaybackIsSuppressed(false)` `MediaSession.Builder.setShowPlayButtonIfPlaybackIsSuppressed(false)`
([#11213](https://github.com/google/ExoPlayer/issues/11213)). ([#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: * ExoPlayer:
* Fix seeking issues in AC4 streams caused by not identifying decode-only * Fix seeking issues in AC4 streams caused by not identifying decode-only
samples correctly samples correctly