From 7a6a9b0d486b3ee5b982ec15079425da7feb0be1 Mon Sep 17 00:00:00 2001 From: krocard Date: Fri, 21 May 2021 12:32:42 +0100 Subject: [PATCH] Add to realease note DefaultDrmSessionEventListener's rename. Its absence seems to have caused https://github.com/google/ExoPlayer/issues/8969. #minor-release PiperOrigin-RevId: 375058222 --- RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 71d5b046ff..007e203d28 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1036,6 +1036,7 @@ To learn more about what's new in 2.12, read the corresponding and the range of API levels for which they are supported is too small to be useful. * Remove generic types from DRM components. + * Rename `DefaultDrmSessionEventListener` to `DrmSessionEventListener`. * Track selection: * Add `TrackSelection.shouldCancelMediaChunkLoad` to check whether an ongoing load should be canceled