Move misplaced release note to Unreleased changes section

PiperOrigin-RevId: 698426838
This commit is contained in:
shahddaghash 2024-11-20 09:58:15 -08:00 committed by Copybara-Service
parent d92c9aa8a1
commit cf4488aa1f

View File

@ -41,6 +41,10 @@
dynamic overlay settings. dynamic overlay settings.
* Muxers: * Muxers:
* IMA extension: * IMA extension:
* Session:
* Add 'Context' as a parameter to
'MediaButtonReceiver.shouldStartForegroundService`
([#1887](https://github.com/androidx/media/issues/1887)).
* UI: * UI:
* Add `PlayerSurface` Composable to `media3-ui-compose` module. * Add `PlayerSurface` Composable to `media3-ui-compose` module.
* Add `PlayPauseButtonState`, `NextButtonState`, `PreviousButtonState`, * Add `PlayPauseButtonState`, `NextButtonState`, `PreviousButtonState`,
@ -337,9 +341,6 @@ This release includes the following changes since the
* Improve interoperability behavior, so that a Media3 browser that is * Improve interoperability behavior, so that a Media3 browser that is
connected to a legacy `MediaBrowserService` doesn't request the children connected to a legacy `MediaBrowserService` doesn't request the children
of a `parentId` twice when subscribing to a parent. of a `parentId` twice when subscribing to a parent.
* Add 'Context' as a parameter to
'MediaButtonReceiver.shouldStartForegroundService`
([#1887](https://github.com/androidx/media/issues/1887)).
* UI: * UI:
* Make the stretched/cropped video in * Make the stretched/cropped video in
`PlayerView`-in-Compose-`AndroidView` workaround opt-in, due to issues `PlayerView`-in-Compose-`AndroidView` workaround opt-in, due to issues