From 173f36897b9c2df2807bf027839411779f5c1754 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 21 Dec 2018 09:55:42 +0000 Subject: [PATCH] Update release notes PiperOrigin-RevId: 226459209 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 78cf1ff493..2c008da5f7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -34,6 +34,8 @@ ([#1583](https://github.com/google/ExoPlayer/issues/1583)). * MPEG-TS: Use random access indicators to minimize the need for `FLAG_ALLOW_NON_IDR_KEYFRAMES`. +* Downloading: Reduce time taken to remove downloads + ([#5136](https://github.com/google/ExoPlayer/issues/5136)). * MP3: * Use the true bitrate for constant-bitrate MP3 seeking. * Fix issue where streams would play twice on some Samsung devices