From 826fe3ac27644b0718e1732f5babbb624a35eabd Mon Sep 17 00:00:00 2001 From: bachinger Date: Thu, 19 Sep 2019 11:29:18 +0100 Subject: [PATCH] adjust and extend the documentation around playlist API in the developer guide PiperOrigin-RevId: 270002330 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 20e50bec93..514c179c93 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -57,6 +57,8 @@ suppressed due to audio focus loss. Also add `Player.getPlaybackSuppressedReason` to determine the reason of the suppression ([#6203](https://github.com/google/ExoPlayer/issues/6203)). +* Add top-level playlist API + ([#6161](https://github.com/google/ExoPlayer/issues/6161)). ### 2.10.5 ###