From 09f81c0c6cb390b9b1d560e8fc5c5a77228248a1 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Mon, 2 Dec 2013 15:34:19 -0800 Subject: [PATCH] Adding line to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43073b5c9..e0362c6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG * Made the poster updateable after initialization ([view](https://github.com/videojs/video.js/pull/838)) * Exported more textTrack functions ([view](https://github.com/videojs/video.js/pull/815)) * Moved player ID generation to support video tags with no IDs ([view](https://github.com/videojs/video.js/pull/845)) +* Moved to using QUnit as a dependency ([view](https://github.com/videojs/video.js/pull/850)) --------------------