From e8ca443389e61878909af12c3e797332c66032f7 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 a0d7634f5b..d9df42b58c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1081,6 +1081,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