From d036f256810ca40d8b777d171f9b483a79dc8058 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Fri, 23 Oct 2015 17:20:18 -0400 Subject: [PATCH] Fixup changelog --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a805137..af17e342b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,13 @@ CHANGELOG ========= ## HEAD (Unreleased) -_(none)_ - --------------------- - -## 5.0.1 (2015-10-23) * @imbcmdth fixed an issue with emulateTextTracks being called before the tech dom was ready ([view](https://github.com/videojs/video.js/pull/2692)) * @gkatsev bumped obj.assign to fix uncaught SecurityError in iframes. Fixes #2703 ([view](https://github.com/videojs/video.js/pull/2721)) * @gkatsev updated contrib update and have contrib release only update local branches ([view](https://github.com/videojs/video.js/pull/2723)) * @gkatsev bumped chg to fix stalling issues ([view](https://github.com/videojs/video.js/pull/2732)) +-------------------- + ## 5.0.0 (2015-09-29) * @carpasse infer MIME types from file extensions in the HTML5 and Flash techs ([view](https://github.com/videojs/video.js/pull/1974)) * @mmcc updated the slider to allow for vertical orientation ([view](https://github.com/videojs/video.js/pull/1816))