Skip to content

Commit

Permalink
Update release notes for 1.3.1 bug fix release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622189733
(cherry picked from commit 5fc35a6)
  • Loading branch information
SheenaChhabra committed Apr 8, 2024
1 parent 1a710b0 commit 1792723
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand All @@ -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)).
Expand All @@ -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
Expand Down

0 comments on commit 1792723

Please sign in to comment.