From 73ada268643e6024cb5c9f232e92841d06b671a9 Mon Sep 17 00:00:00 2001 From: Matt Luedke Date: Tue, 9 Jan 2018 15:50:43 -0500 Subject: [PATCH] Update CHANGELOG for 1.1.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a9545..d261fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)