1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-10 23:30:03 +02:00

Adding line to CHANGELOG

This commit is contained in:
Steve Heffernan 2013-06-05 10:28:13 -07:00
parent d5d97bd64f
commit d27c3102e9

View File

@ -5,6 +5,7 @@ CHANGELOG
* Turned on method queuing for unready playback technologies (flash) [view](https://github.com/videojs/video.js/pull/553)
* Blocking user text selection on player components [view](https://github.com/videojs/video.js/pull/524)
* Exported requestFullScreen() and cancelFullScreen() in the minified version [view](https://github.com/videojs/video.js/pull/555)
* Exported the global players reference, videojs.players [view](https://github.com/videojs/video.js/pull/560)
--------------------