From 2501b502838ab3a490b9d0c7c312c18a7f78660e Mon Sep 17 00:00:00 2001 From: Matthew Neil Date: Mon, 7 Aug 2017 11:51:13 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad81a722..0c4c8c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ CHANGELOG ========= +## 5.8.3 (2017-08-07) +* Fix: Double caption issue [#1219](https://github.com/videojs/videojs-contrib-hls/pull/1219) +* attach attributes property to playlist objects in cases the m3u8-parser does not[#1214](https://github.com/videojs/videojs-contrib-hls/pull/1214) + * add warning log when missing attribute for stream-inf -------------------- ## 5.8.2 (2017-07-12)