From dc807c11a1bd7b66b246fdc99fb965653e8e64ea Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 17 Sep 2018 03:29:54 -0700 Subject: [PATCH] Fix some release notes formatting ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213245186 --- RELEASENOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e187a0fe02..161a11300d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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.