From 59cf8c1edfbd625f7138cd5563c273d9c40a9a8c Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Wed, 28 Nov 2018 19:39:04 +0000 Subject: [PATCH] Add missing dot at the end of RELEASENOTES item PiperOrigin-RevId: 223206504 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d7c7082f3c..bae43931c8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -55,7 +55,7 @@ * DASH: Parse ProgramInformation element if present in the manifest. * HLS: * Add constructor to `DefaultHlsExtractorFactory` for adding TS payload - reader factory flags + reader factory flags. * Fix bug in segment sniffing ([#5039](https://github.com/google/ExoPlayer/issues/5039)). ([#4861](https://github.com/google/ExoPlayer/issues/4861)).