From 5725a72783d85eb879e6755292dc98a8755fb0ab Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 18 Jun 2018 04:18:24 -0700 Subject: [PATCH] Update release notes ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=200972456 --- RELEASENOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5373a26359..a0b4d91d65 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -26,8 +26,6 @@ two additional convenience methods `Player.getTotalBufferedDuration` and `Player.getContentBufferedDuration` ([#4023](https://github.com/google/ExoPlayer/issues/4023)). -* Allow apps to register custom MIME types - ([#4264](https://github.com/google/ExoPlayer/issues/4264)). * Add support for mu-law and A-law PCM with the ffmpeg extension ([#4360](https://github.com/google/ExoPlayer/issues/4360)). @@ -43,10 +41,12 @@ changes ([#4276](https://github.com/google/ExoPlayer/issues/4276)). * Fix `MediaCodec.native_setSurface` crash on Moto C ([#4315](https://github.com/google/ExoPlayer/issues/4315)). -* Set `METADATA_KEY_TITLE` on media descriptions - ((#4292)[https://github.com/google/ExoPlayer/issues/4292]). * Fix missing whitespace in CEA-608 ([#3906](https://github.com/google/ExoPlayer/issues/3906)). +* Set `METADATA_KEY_TITLE` on media descriptions + ([#4292](https://github.com/google/ExoPlayer/issues/4292)). +* Allow apps to register custom MIME types + ([#4264](https://github.com/google/ExoPlayer/issues/4264)). ### 2.8.1 ###