aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ce4d8d82..694ec9af 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,23 @@
+# v3.3.13
+
+You guessed it, a load of awesome changes from contributors:
+
+Thanks @friday for the following:
+
+- Captions fixes
+- Fix poster race conditions
+- Minor code improvements for quality switching
+- Minor event changes
+- Fix condition in events.toggleListener to allow non-elements
+- Suggestion: Remove array newline rule
+- Contributions improvements
+
+- fix: html5.cancelRequest not remove source tag correctly (thanks @a60814billy)
+- remove event listeners in destroy() (thanks @cky917)
+- Fix markdown in README (thanks @azu)
+- Some parts of the accessibility improvements outlined in #905 (more on the way...)
+- Fix for bug where volume slider didn't always show
+
# v3.3.12
- Fix synthetic event bubble/proxy loses detail (thanks @friday!)