mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Update release notes with dev-v2 section
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=175852052
This commit is contained in:
parent
6db895bd7b
commit
8537376a2c
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Release notes #
|
||||
|
||||
### dev-v2 (not yet released) ###
|
||||
|
||||
* Allow a back-buffer of media to be retained behind the current playback
|
||||
position, for fast backward seeking. The back-buffer can be configured by
|
||||
custom `LoadControl` implementations.
|
||||
* New Cast extension: Simplifies toggling between local and Cast playbacks.
|
||||
|
||||
### 2.6.0 ###
|
||||
|
||||
* Removed "r" prefix from versions. This release is "2.6.0", not "r2.6.0".
|
||||
|
|
@ -60,7 +67,6 @@
|
|||
([#3406](https://github.com/google/ExoPlayer/issues/3406)).
|
||||
* New Leanback extension: Simplifies binding Exoplayer to Leanback UI
|
||||
components.
|
||||
* New Cast extension: Simplifies toggling between local and Cast playbacks.
|
||||
* Unit tests moved to Robolectric.
|
||||
* Misc bugfixes.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue