From 434ba3a8651d1b91febf549843eb80d97240b092 Mon Sep 17 00:00:00 2001 From: jrivera Date: Tue, 31 Jan 2017 18:56:58 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bd99d4..ca11856a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ CHANGELOG ========= + +## 5.1.0 (2017-01-31) +* Updated videojs-contrib-media-sources to v4.2.0 + * Added support for inserting silence when appending a new segment will introduce a gap in the audio SourceBuffer +* Remove hls-audio-track.js as this file was no longer being used [#985](https://github.com/videojs/videojs-contrib-hls/pull/985) +* Stop blacklisting audio codecs as there is now wide support for switching between audio codecs on-the-fly among all modern browsers [#981](https://github.com/videojs/videojs-contrib-hls/pull/981) +* Fix qualityLevels setup for videos with a source element [#979](https://github.com/videojs/videojs-contrib-hls/pull/979) +* Error early for misconfigured overrideNative [#980](https://github.com/videojs/videojs-contrib-hls/pull/980) + ## 5.0.0 (2017-01-25) * Update issue template to use unpkg for latest versions [#967](https://github.com/videojs/videojs-contrib-hls/pull/967) * Use a snapshot of the issue template JSBin to protect from changes by owner [#969](https://github.com/videojs/videojs-contrib-hls/pull/969)