From 124c62fe2443fa1d3dddedf29e6e594118a619cc Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Thu, 17 Oct 2013 16:07:44 -0700 Subject: [PATCH] Adding line to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 449ab9fb72..76af0695ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG * Added Karma for cross-browser unit testing ([view](https://github.com/videojs/video.js/pull/714)) * Unmuting when the volume is changed ([view](https://github.com/videojs/video.js/pull/720)) * Fixed an accessibility issue with the big play button ([view](https://github.com/videojs/video.js/pull/777)) +* Exported user activity methods ([view](https://github.com/videojs/video.js/pull/783)) --------------------