From 5ab2504e90a8fea2c513c53dddf09fcfd9197924 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Thu, 13 Feb 2014 19:24:55 -0800 Subject: [PATCH] Added line to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6141cff..9172473d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ CHANGELOG * Fixed and issue where a component's dispose event would bubble up ([view](https://github.com/videojs/video.js/pull/981)) * Quieted down deprecation warnings ([view](https://github.com/videojs/video.js/pull/971)) * Update seek handle to display the current time ([view](https://github.com/videojs/video.js/pull/902)) +* Added requirejs and browserify support (UMD) ([view](https://github.com/videojs/video.js/pull/998)) --------------------