1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

Rotating CHANGELOG

This commit is contained in:
Steve Heffernan 2013-09-04 13:28:12 -07:00
parent 52c577995c
commit 8e9db2d662

View File

@ -2,6 +2,11 @@ CHANGELOG
=========
## Unreleased (HEAD)
_(none)_
--------------------
## 4.3.0 (2013-09-04)
* Added LESS as a CSS preprocessor for the default skin ([view](https://github.com/videojs/video.js/pull/644))
* Exported MenuButtons for use in the API ([view](https://github.com/videojs/video.js/pull/648))
* Fixed ability to remove listeners added with one() ([view](https://github.com/videojs/video.js/pull/659))
@ -20,8 +25,6 @@ CHANGELOG
* Fixed an issue with the loading spinner placement and rotation ([view](https://github.com/videojs/video.js/pull/694))
* Fixed an issue with fonts being flaky in IE8
--------------------
## 4.1.0 (2013-06-28)
* 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)