From 9d50a6191e1c3d720a353b768407b44a710b974d 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 b3c62c447b..446a433e9f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -46,7 +46,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)).