Update release notes for 1.6.0-rc02

PiperOrigin-RevId: 737624189
(cherry picked from commit ff0a359e9311b9eadb0346b5e1c38115c0e07082)
This commit is contained in:
tonihei 2025-03-17 08:29:25 -07:00
parent 1512b5b622
commit d8914c31e2

View File

@ -2,6 +2,15 @@
### Unreleased changes
## 1.6
### 1.6.0-rc02 (2025-03-18)
This release includes the following changes since
[1.6.0-rc01 release](#160-rc01-2025-03-12):
* Extractors:
* FLAC: Add support for 32-bit FLAC files. Previously these would fail to
play with `IllegalStateException: Playback stuck buffering and not
@ -23,8 +32,6 @@
* Loosen the condition for seeking to sync positions in a HLS stream
([#2209](https://github.com/androidx/media/issues/2209)).
## 1.6
### 1.6.0-rc01 (2025-03-12)
This release includes the following changes since