From b3495dfe66da2b5c364df21f97f2a679f067aecf Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Tue, 9 Jul 2019 11:36:42 +0100 Subject: [PATCH] Update release notes --- RELEASENOTES.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1ef1dbb98c..c6d3faadc9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -4,13 +4,15 @@ * Display last frame when seeking to end of stream ([#2568](https://github.com/google/ExoPlayer/issues/2568)). -* SmoothStreaming: Parse text stream `Subtype` into `Format.roleFlags`. -* Gracefully handle revoked `ACCESS_NETWORK_STATE` permission - ([#6019](https://github.com/google/ExoPlayer/issues/6019)). -* FLV: Fix bug that caused playback of some live streams to not start - ([#6111](https://github.com/google/ExoPlayer/issues/6111)). +* UI: Fix `PlayerView` incorrectly consuming touch events if no controller is + attached ([#6109](https://github.com/google/ExoPlayer/issues/6133)). * CEA608: Fix repetition of special North American characters ([#6133](https://github.com/google/ExoPlayer/issues/6133)). +* FLV: Fix bug that caused playback of some live streams to not start + ([#6111](https://github.com/google/ExoPlayer/issues/6111)). +* SmoothStreaming: Parse text stream `Subtype` into `Format.roleFlags`. +* MediaSession extension: Fix `MediaSessionConnector.play()` not resuming + playback ([#6093](https://github.com/google/ExoPlayer/issues/6093)). ### 2.10.2 ###