Update CHANGELOG for 1.1.2

This commit is contained in:
Matt Luedke 2018-01-09 15:50:43 -05:00
parent 8feeafbf00
commit 73ada26864

View File

@ -3,6 +3,12 @@
In general, this project adheres to [Semantic Versioning](http://semver.org/). If for some
reason we do something that's not strictly semantic, it will be clearly called out below.
## 1.1.2
* Fixed a bug where selecting a quality menu item while a video was playing did not resume
playback after the source changed. Affected Safari and players whose `preload` attribute
was `none` (8feeafb Fixes #16).
## 1.1.1
* Reference underscore as a dependency since we depend on it (931d8a4 See #12)