From 23fc4cca35f769fba2ab4fa430f431141c159c96 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Wed, 26 Jun 2013 15:06:10 -0700 Subject: [PATCH] Adding line to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a58f3a871..721cdd7d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ CHANGELOG * Exported fadeIn/fadeOut for the Component API ([view](https://github.com/videojs/video.js/pull/581)) * Fixed an IE poster error when autoplaying ([view](https://github.com/videojs/video.js/pull/593)) * Exported bufferedPercent for the API ([view](https://github.com/videojs/video.js/pull/588)) +* Augmented user agent detection, specifically for Android versions ([view](https://github.com/videojs/video.js/pull/470)) --------------------