From eb38a63e36811b8604c2ce106ff54f00e943a452 Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 1 Dec 2020 17:28:16 +0000 Subject: [PATCH] Mini release note tweaks PiperOrigin-RevId: 345036042 --- RELEASENOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a41e080c2d..976942f86f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -10,8 +10,8 @@ * Core library: * Suppress exceptions from registering and unregistering the stream volume - receiver ([#8087](https://github.com/google/ExoPlayer/issues/8087)), - ([#8106](https://github.com/google/ExoPlayer/issues/8106)). + receiver ([#8087](https://github.com/google/ExoPlayer/issues/8087), + [#8106](https://github.com/google/ExoPlayer/issues/8106)). * Suppress ProGuard warnings caused by Guava's compile-only dependencies ([#8103](https://github.com/google/ExoPlayer/issues/8103)). * Fix issue that could cause playback to freeze when selecting tracks, if @@ -64,7 +64,7 @@ that lie outside the length of the cue text. * Media2 extension: * Notify onBufferingEnded when the state of origin player becomes - STATE_IDLE or STATE_ENDED. + `STATE_IDLE` or `STATE_ENDED`. * Allow to remove all playlist items that makes the player reset. ### 2.12.1 (2020-10-23) ###