diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e0a6694d68..90cd7722ac 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -15,9 +15,13 @@ * Metadata: * `MetadataRenderer` can now be configured to render metadata as soon as they are available. Create an instance with - `MetadataRenderer(MetadataOutput, Looper, - MetadataDecoderFactory, boolean)` to specify whether the renderer will - output metadata early or in sync with the player position. + `MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory, + boolean)` to specify whether the renderer will output metadata early or + in sync with the player position. +* UI: + * Ensure TalkBack announces the currently active speed option in the + playback controls menu + ([#10298](https://github.com/google/ExoPlayer/issues/10298)). * RTSP: * Add RTP reader for H263 ([#63](https://github.com/androidx/media/pull/63)).