1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

Adding line to CHANGELOG: CFixed issue with controls not hiding in IE due to no opacity support

This commit is contained in:
Steve Heffernan 2012-01-23 16:02:50 -08:00
parent 2b59be792d
commit e967754c27

View File

@ -19,3 +19,6 @@ CHANGELOG
---- 3.0.7 / 2012-01-12 / fixing-ie8-poster-bug --------------------------------
* Fixed an ie8 breaking bug with the poster
---- 3.0.8 / 2012-01-23 / fix-ie-controls-hiding -------------------------------
* CFixed issue with controls not hiding in IE due to no opacity support