Skip to content

Commit 502be51

Browse files
committed
Update release notes for 1.8.0-rc02 release
PiperOrigin-RevId: 786706980 (cherry picked from commit 619890e)
1 parent 2397a10 commit 502be51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.8
44

5-
### 1.8.0-rc02 (2025-07-23)
5+
### 1.8.0-rc02 (2025-07-24)
66

77
This release includes the following changes since the
88
[1.8.0-rc01 release](#180-rc01-2025-07-16):
@@ -16,19 +16,19 @@ This release includes the following changes since the
1616
to call this method on the same thread as ExoPlayer's playback thread or
1717
use a different instance than the one used for playback
1818
([#1191](https://github.com/androidx/media/issues/1191)).
19-
* Audio
19+
* Audio:
2020
* Fix bug where `AnalyticsListener.onAudioPositionAdvancing` is not called
2121
when the audio playback is started very close to the end of the media.
2222
* Session:
23-
* Fix bug where connections from third-party non-priviledged Media3
23+
* Fix bug where connections from third-party non-privileged Media3
2424
controllers are ignored.
2525
* Remove check for available commands when sending custom commands to a
2626
legacy `MediaBrowserServiceCompat`. This is in parity with the behavior
2727
of legacy controllers/browsers when connected to a legacy app.
2828
* Fix a bug that causes a player's first playback error to be incorrectly
2929
treated as a persistent custom exception. This prevents the application
3030
from recovering.
31-
* HLS extension
31+
* HLS extension:
3232
* Fix bug where `HlsSampleStreamWrapper` attempts to seek inside buffer
3333
when there are no chunks available in the buffer
3434
[#2598](https://github.com/androidx/media/issues/2598).

0 commit comments

Comments
 (0)