Update release notes for 1.3.1 bug fix release

PiperOrigin-RevId: 622189733
(cherry picked from commit 5fc35a604559c0230ef220d96f668820d5b34cc8)
This commit is contained in:
sheenachhabra 2024-04-05 08:44:09 -07:00 committed by SheenaChhabra
parent 1a710b06d0
commit 1792723be2

View File

@ -1,6 +1,11 @@
# Release notes # 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: * Common Library:
* Add `Format.labels` to allow localized or other alternative labels. * 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 tunneling even if the device does not do this automatically as required
by the API ([#1169](https://github.com/androidx/media/issues/1169)). by the API ([#1169](https://github.com/androidx/media/issues/1169)).
([#966](https://github.com/androidx/media/issues/966)). ([#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 prevents adaptive format switches for SDR video tracks
([#1158](https://github.com/androidx/media/issues/1158)). ([#1158](https://github.com/androidx/media/issues/1158)).
* Text: * Text:
@ -84,8 +89,6 @@
this module from a local dependency this module from a local dependency
[can re-enable it](https://github.com/androidx/media/blob/main/README.md#midi-module). [can re-enable it](https://github.com/androidx/media/blob/main/README.md#midi-module).
## 1.3
### 1.3.0 (2024-03-06) ### 1.3.0 (2024-03-06)
This release includes the following changes since the This release includes the following changes since the