From 9fde2cf30c912d3184d9d7967f967521c098923f Mon Sep 17 00:00:00 2001 From: marcbaechinger Date: Wed, 14 Apr 2021 14:12:35 +0100 Subject: [PATCH] fix release notes --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5622b6d5a0..629c8228cb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ * Fix `StyledPlayerControlView` to stay in full mode (rather than minimal mode) when possible ([#8763](https://github.com/google/ExoPlayer/issues/8763)). +* DASH: + * Parse `forced_subtitle` role from DASH manifests + ([#8781](https://github.com/google/ExoPlayer/issues/8781)). * HLS: * Fix bug of ignoring `EXT-X-START` when setting the live target offset ([#8764](https://github.com/google/ExoPlayer/pull/8764)).