From b68fda0322938809df1704144874fe1222af6319 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Tue, 19 Feb 2019 15:50:40 +0000 Subject: [PATCH] Update release notes to include HLS init segment fix PiperOrigin-RevId: 234600750 --- RELEASENOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5eead25cfb..26db5c1c8b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -4,10 +4,6 @@ * HLS: * Form an adaptive track group out of audio renditions with matching name. - * Support encrypted initialization segments - ([#5441](https://github.com/google/ExoPlayer/issues/5441)). - * Prevent unnecessary reloads of the initialization segment for reused - extractors. * `ExtractorMediaSource` renamed to `ProgressiveMediaSource`. * Support for playing spherical videos on Daydream. * Improve decoder re-use between playbacks. TODO: Write and link a blog post @@ -79,6 +75,10 @@ possible for ad loading SDKs to calculate ad viewability accurately. * DASH: Fix issue handling large `EventStream` presentation timestamps ([#5490](https://github.com/google/ExoPlayer/issues/5490)). +* HLS: + * Prevent unnecessary reloads of initialization segments. + * Support encrypted initialization segments + ([#5441](https://github.com/google/ExoPlayer/issues/5441)). ### 2.9.5 ###