From bb8aa4f5b78fdea9f1a4d38fb660d02a8eefb50e Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 3 Feb 2020 10:48:56 +0000 Subject: [PATCH] Update release notes for 2.11.2 PiperOrigin-RevId: 292881432 --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3562e28ed0..ac573cc81d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -25,8 +25,6 @@ * Fix `SubtitlePainter` to render `EDGE_TYPE_OUTLINE` using the correct color ([#6724](https://github.com/google/ExoPlayer/pull/6724)). * DRM: Add support for attaching DRM sessions to clear content in the demo app. -* HLS: Fix playback of DRM protected content that uses key rotation - ([#6903](https://github.com/google/ExoPlayer/issues/6903)). * Downloads: Merge downloads in `SegmentDownloader` to improve overall download speed ([#5978](https://github.com/google/ExoPlayer/issues/5978)). * MP3: Add `IndexSeeker` for accurate seeks in VBR streams @@ -69,6 +67,8 @@ ([#6552](https://github.com/google/ExoPlayer/issues/6552)). * Don't use notification chronometer if playback speed is != 1.0 ([#6816](https://github.com/google/ExoPlayer/issues/6816)). +* HLS: Fix playback of DRM protected content that uses key rotation + ([#6903](https://github.com/google/ExoPlayer/issues/6903)). * WAV: * Support IMA ADPCM encoded data. * Improve support for G.711 A-law and mu-law encoded data.