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

Updated changelog to match new contribflow template

This commit is contained in:
Steve Heffernan 2013-05-31 09:48:02 -07:00
parent 0f21f86521
commit 5bc5c40f8a

View File

@ -1,9 +1,20 @@
CHANGELOG
=========
## Unreleased Changes (HEAD)
## Unreleased (HEAD)
_(none)_
--------------------
## 4.0.3 (2013-05-28)
* Fixed an bug with exiting fullscreen. [view](https://github.com/videojs/video.js/pull/546)
## 4.0.2 (2013-05-23)
* Correct version number for CDN swf url. Minify CSS. [view](https://github.com/videojs/video.js/pull/535)
## 4.0.1 (2013-05-22)
* Fixed old IE font loading [view](https://github.com/videojs/video.js/pull/532)
## 4.0.0 (2013-05-09)
* Improved performance through an 18% size reduction using Google Closure Compiler in advanced mode
* Greater stability through an automated cross-browser/device test suite using TravisCI, Bunyip, and Browserstack.
@ -24,11 +35,6 @@ _(none)_
* Removed conflicting array.indexOf function
* Added exitFullScreen to support BlackBerry devices (pull/143)
### Patches
* 4.0.1 (2013-05-22) Fixed old IE font loading [view](https://github.com/videojs/video.js/pull/532)
* 4.0.2 (2013-05-23) Correct version number for CDN swf url. Minify CSS. [view](https://github.com/videojs/video.js/pull/535)
* 4.0.3 (2013-05-28) Fixed an bug with exiting fullscreen. [view](https://github.com/videojs/video.js/pull/546)
## 3.2.0 (2012-03-20)
* Updated docs with more options.
* Overhauled HTML5 Track support.