From c22cd449007b5ea3ed79e3fcdaea45672f51988c Mon Sep 17 00:00:00 2001 From: ibaker Date: Tue, 7 Jun 2022 09:18:36 +0000 Subject: [PATCH] Fix release notes formatting #minor-release PiperOrigin-RevId: 453384451 (cherry picked from commit 14ea2e4c5146ed57d51fe4a69f6b29a9f3954115) --- RELEASENOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e59eb25ddb..4678b2a8fd 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -144,6 +144,10 @@ * Data sources: * Rename `DummyDataSource` to `PlaceholderDataSource`. * 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 `Player.Listener.onTracksChanged`. Use `Player.Listener.onTracksInfoChanged` instead. @@ -157,10 +161,6 @@ `DEFAULT_TRACK_SELECTOR_PARAMETERS` constants. Use `getDefaultTrackSelectorParameters(Context)` instead when possible, and `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)