Commit 14ea2e4c by ibaker Committed by Marc Baechinger

Fix release notes formatting

#minor-release

PiperOrigin-RevId: 453384451
parent 247c2d84
Showing with 4 additions and 4 deletions
...@@ -144,6 +144,10 @@ ...@@ -144,6 +144,10 @@
* Data sources: * Data sources:
* Rename `DummyDataSource` to `PlaceholderDataSource`. * Rename `DummyDataSource` to `PlaceholderDataSource`.
* Workaround OkHttp interrupt handling. * Workaround OkHttp interrupt handling.
* FFmpeg extension:
* Update CMake version to `3.21.0+` to avoid a CMake bug causing
AndroidStudio's gradle sync to fail
([#9933](https://github.com/google/ExoPlayer/issues/9933)).
* Remove deprecated symbols: * Remove deprecated symbols:
* Remove `Player.Listener.onTracksChanged`. Use * Remove `Player.Listener.onTracksChanged`. Use
`Player.Listener.onTracksInfoChanged` instead. `Player.Listener.onTracksInfoChanged` instead.
...@@ -157,10 +161,6 @@ ...@@ -157,10 +161,6 @@
`DEFAULT_TRACK_SELECTOR_PARAMETERS` constants. Use `DEFAULT_TRACK_SELECTOR_PARAMETERS` constants. Use
`getDefaultTrackSelectorParameters(Context)` instead when possible, and `getDefaultTrackSelectorParameters(Context)` instead when possible, and
`DEFAULT_TRACK_SELECTOR_PARAMETERS_WITHOUT_CONTEXT` otherwise. `DEFAULT_TRACK_SELECTOR_PARAMETERS_WITHOUT_CONTEXT` otherwise.
* FFmpeg extension:
* Update CMake version to `3.21.0+` to avoid a CMake bug causing
AndroidStudio's gradle sync to fail
([#9933](https://github.com/google/ExoPlayer/issues/9933)).
### 1.0.0-alpha03 (2022-03-14) ### 1.0.0-alpha03 (2022-03-14)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment