Commit a95ee0ae by christosts Committed by bachinger

Move release note entry to correct section

#minor-release

PiperOrigin-RevId: 397164973
parent f7abce6a
Showing with 5 additions and 5 deletions
...@@ -40,6 +40,11 @@ ...@@ -40,6 +40,11 @@
* DRM: * DRM:
* Fix `DefaultDrmSessionManager` to correctly eagerly release preacquired * Fix `DefaultDrmSessionManager` to correctly eagerly release preacquired
DRM sessions when there's a shortage of DRM resources on the device. 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 * UI
* `SubtitleView` no longer implements `TextOutput`. `SubtitleView` * `SubtitleView` no longer implements `TextOutput`. `SubtitleView`
implements `Player.Listener`, so can be registered to a player with implements `Player.Listener`, so can be registered to a player with
...@@ -338,11 +343,6 @@ ...@@ -338,11 +343,6 @@
([#9183](https://github.com/google/ExoPlayer/issues/9183)). ([#9183](https://github.com/google/ExoPlayer/issues/9183)).
* Allow the timeout to be customised via * Allow the timeout to be customised via
`RtspMediaSource.Factory.setTimeoutMs`. `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) ### 2.14.1 (2021-06-11)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment