From a95ee0aebab2bc60792dfffa4bb9999958298881 Mon Sep 17 00:00:00 2001 From: christosts Date: Thu, 16 Sep 2021 22:08:36 +0100 Subject: [PATCH] Move release note entry to correct section #minor-release PiperOrigin-RevId: 397164973 --- RELEASENOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bfe440a713..285db4aac2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -40,6 +40,11 @@ * DRM: * Fix `DefaultDrmSessionManager` to correctly eagerly release preacquired DRM sessions when there's a shortage of DRM resources on the device. +* Downloads and caching: + * Workaround platform issue that can cause a `SecurityException` to be + thrown from `Requirements.isInternetConnectivityValidated` on devices + running Android 11 + ([#9002](https://github.com/google/ExoPlayer/issues/9002)). * UI * `SubtitleView` no longer implements `TextOutput`. `SubtitleView` implements `Player.Listener`, so can be registered to a player with @@ -338,11 +343,6 @@ ([#9183](https://github.com/google/ExoPlayer/issues/9183)). * Allow the timeout to be customised via `RtspMediaSource.Factory.setTimeoutMs`. -* Downloads and caching: - * Workaround platform issue that can cause a `SecurityException` to be - thrown from `Requirements.isInternetConnectivityValidated` on devices - running Android 11 - ([#9002](https://github.com/google/ExoPlayer/issues/9002)). ### 2.14.1 (2021-06-11)