From ebcb4e8b21b95991d04acffc0bf38fd7895d3f4d Mon Sep 17 00:00:00 2001 From: sheenachhabra Date: Tue, 20 Feb 2024 06:19:13 -0800 Subject: [PATCH] Fix nit issues in 1.3.0-rc01 release notes PiperOrigin-RevId: 608580903 --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 538e3ee11b..a6187d73f2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -74,14 +74,14 @@ This release includes the following changes since the output file. Fixes output files beginning with black frame on iOS based players ([#829](https://github.com/androidx/media/issues/829)). * Audio: - * Improve silence skipping algorithm with smooth volume ramp, retained + * Improve silence skipping algorithm with smooth volume ramp; retained minimal silence and more natural silence durations ([#7423](https://github.com/google/ExoPlayer/issues/7423)). * Report the skipped silence more deterministically ([#1035](https://github.com/androidx/media/issues/1035)). * Session: * Fix issue where `MediaItem.RequestMetadata` with just non-null extras is - not sent transmitted between media controllers and sessions. + not transmitted between media controllers and sessions. * Add constructor to `MediaLibrarySession.Builder` that only takes a `Context` instead of a `MediaLibraryService`. * HLS Extension: