From a106924e6dfc2538503e51769590c5da4249a4d8 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Wed, 11 Dec 2013 13:28:32 -0800 Subject: [PATCH] Adding line to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4baf45fb7..c2dd43394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ CHANGELOG * Added the util namespace for public utility functions ([view](https://github.com/videojs/video.js/pull/862)) * Fixed an issue with calling duration before Flash is loaded ([view](https://github.com/videojs/video.js/pull/861)) * Added player methods to externs so they can be overridden ([view](https://github.com/videojs/video.js/pull/878)) +* Fixed html5 playback when switching between media techs ([view](https://github.com/videojs/video.js/pull/887)) --------------------