Update release notes

This commit is contained in:
Oliver Woodman 2019-07-26 17:01:47 +01:00
parent 0b756a9646
commit 70978cee78

View File

@ -2,19 +2,20 @@
### 2.10.4 ### ### 2.10.4 ###
* Offline: Add Scheduler implementation which uses WorkManager. * Offline: Add `Scheduler` implementation that uses `WorkManager`.
* Flac extension: Parse `VORBIS_COMMENT` metadata * Add ability to specify a description when creating notification channels via
([#5527](https://github.com/google/ExoPlayer/issues/5527)). ExoPlayer library classes.
* Fix issue where initial seek positions get ignored when playing a preroll ad.
* Fix `DataSchemeDataSource` re-opening and range requests
([#6192](https://github.com/google/ExoPlayer/issues/6192)).
* Switch normalized BCP-47 language codes to use 2-letter ISO 639-1 language * Switch normalized BCP-47 language codes to use 2-letter ISO 639-1 language
tags instead of 3-letter ISO 639-2 language tags. tags instead of 3-letter ISO 639-2 language tags.
* Fix issue where initial seek positions get ignored when playing a preroll ad
([#6201](https://github.com/google/ExoPlayer/issues/6201)).
* Fix issue where invalid language tags were normalized to "und" instead of * Fix issue where invalid language tags were normalized to "und" instead of
keeping the original keeping the original
([#6153](https://github.com/google/ExoPlayer/issues/6153)). ([#6153](https://github.com/google/ExoPlayer/issues/6153)).
* Add ability to specify a description when creating notification channels via * Fix `DataSchemeDataSource` re-opening and range requests
ExoPlayer library classes. ([#6192](https://github.com/google/ExoPlayer/issues/6192)).
* Flac extension: Parse `VORBIS_COMMENT` metadata
([#5527](https://github.com/google/ExoPlayer/issues/5527)).
### 2.10.3 ### ### 2.10.3 ###