aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorSam <me@sampotts.me>2016-01-17 01:25:11 +1100
committerSam <me@sampotts.me>2016-01-17 01:25:11 +1100
commitf87a10ae0b59df0f30d017fe85975c757487a198 (patch)
treed303162721b952a58877ca5169ff7c8bc0dd4a52 /changelog.md
parentf18fb3f26d78f05a31c00e80f446723af5f3709f (diff)
downloadplyr-f87a10ae0b59df0f30d017fe85975c757487a198.tar.lz
plyr-f87a10ae0b59df0f30d017fe85975c757487a198.tar.xz
plyr-f87a10ae0b59df0f30d017fe85975c757487a198.zip
Fix for event listeners being duplicated on source change
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 45de7747..0b541a95 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# Changelog
+## v1.5.1
+- Fix for event listeners being duplicated on source change
+
# v1.5.0
- Vimeo support (fixes #8)
- New options for initialization (you can now pass a selector, HTMLElement or NodeList) (fixes #118)