From ce1ec1d5dcd9620dc548acdd76f71472104dd454 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 17 Jan 2020 16:36:41 +0000 Subject: [PATCH] Release notes: Move download segment merging out of 2.11.2 PiperOrigin-RevId: 290276507 --- RELEASENOTES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7151252070..7e77ce2a62 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -11,8 +11,6 @@ * Reduce startup latency for on-demand DASH playbacks by allowing codec initialization to occur before the sidx box has been loaded. * Downloads: - * Merge downloads in `SegmentDownloader` to improve overall download - speed ([#5978](https://github.com/google/ExoPlayer/issues/5978)). * Fix download resumption when the requirements for them to continue are met ([#6733](https://github.com/google/ExoPlayer/issues/6733), [#6798](https://github.com/google/ExoPlayer/issues/6798)).