1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-16 12:23:54 +02:00

Adding line to CHANGELOG: Automatically converting URsource URL to absolute for Flash fallback.

This commit is contained in:
Steve Heffernan 2012-02-13 17:14:50 -08:00
parent e4723240b6
commit 6932c64a18

View File

@ -1,3 +1,4 @@
* Automatically converting URsource URL to absolute for Flash fallback.
* Created new 'loadedalldata' event for when the source is completely downloaded
* Improved player.destory(). Now removes elements and references.
* Refactored API to be more immediately available.