From 1792723be29c4735194b9342f59efd636bcd22b9 Mon Sep 17 00:00:00 2001 From: sheenachhabra Date: Fri, 5 Apr 2024 08:44:09 -0700 Subject: [PATCH] Update release notes for 1.3.1 bug fix release PiperOrigin-RevId: 622189733 (cherry picked from commit 5fc35a604559c0230ef220d96f668820d5b34cc8) --- RELEASENOTES.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6cd9507d5fd..bab042003a2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,11 @@ # Release notes -### Unreleased changes +## 1.3 + +### 1.3.1 (2024-04-11) + +This release includes the following changes since the +[1.3.0 release](#130-2024-03-06): * Common Library: * Add `Format.labels` to allow localized or other alternative labels. @@ -47,7 +52,7 @@ tunneling even if the device does not do this automatically as required by the API ([#1169](https://github.com/androidx/media/issues/1169)). ([#966](https://github.com/androidx/media/issues/966)). - * Fix issue where HDR color info handling causes codec mishavior and + * Fix issue where HDR color info handling causes codec misbehavior and prevents adaptive format switches for SDR video tracks ([#1158](https://github.com/androidx/media/issues/1158)). * Text: @@ -74,7 +79,7 @@ ([#988](https://github.com/androidx/media/issues/988)). * DASH Extension: * Populate all `Label` elements from the manifest into `Format.labels` - ([#1054](https://github.com/androidx/media/pull/1054)). + ([#1054](https://github.com/androidx/media/pull/1054)). * RTSP Extension: * Skip empty session information values (i-tags) in SDP parsing ([#1087](https://github.com/androidx/media/issues/1087)). @@ -84,8 +89,6 @@ this module from a local dependency [can re-enable it](https://github.com/androidx/media/blob/main/README.md#midi-module). -## 1.3 - ### 1.3.0 (2024-03-06) This release includes the following changes since the