aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 192efee0..f0cdcb3c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,18 @@
+# v3.3.9
+
+Again, more changes from @friday!
+
+* Restore window reference in `utils.is.cue()`
+* Fix InvalidStateError and IE11 issues
+* Respect storage being disabled for storage getter
+
# v3.3.8
+Many changes here thanks to @friday:
+
* Added missing URL polyfill
* Pause while seeking to mimic default HTML5 behaviour
-* Add 'seeked' event listener to update progress (fixes #966)
+* Add `seeked` event listener to update progress (fixes #966)
* Trigger seeked event in youtube plugin if either playing or paused (fixes #921)
* Fix for YouTube and Vimeo autoplays on seek (fixes #876)
* Toggle controls improvements