Fix some release notes formatting

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213245186
This commit is contained in:
andrewlewis 2018-09-17 03:29:54 -07:00 committed by Oliver Woodman
parent d1df41a39e
commit dc807c11a1

View File

@ -25,7 +25,7 @@
and `DataSource.Factory`. The `BandwidthMeter` is passed to the components
that need it internally. The `BandwidthMeter` may also be omitted, in which
case a default instance will be used.
* Spherical video
* Spherical video:
* Support for spherical video by setting `surface_type="spherical_view"` on
`PlayerView`.
* Support for
@ -137,12 +137,12 @@
([#4822](https://github.com/google/ExoPlayer/issues/4822)).
* IMA extension:
* Refine the previous fix for empty ad groups to avoid discarding ad breaks
unnecessarily ([#4030](https://github.com/google/ExoPlayer/issues/4030)),
([#4280](https://github.com/google/ExoPlayer/issues/4280)).
unnecessarily ([#4030](https://github.com/google/ExoPlayer/issues/4030) and
[#4280](https://github.com/google/ExoPlayer/issues/4280)).
* Fix handling of empty postrolls
([#4681](https://github.com/google/ExoPlayer/issues/4681).
([#4681](https://github.com/google/ExoPlayer/issues/4681)).
* Fix handling of postrolls with multiple ads
([#4710](https://github.com/google/ExoPlayer/issues/4710).
([#4710](https://github.com/google/ExoPlayer/issues/4710)).
* MediaSession extension:
* Add `MediaSessionConnector.setCustomErrorMessage` to support setting custom
error messages.