From 605f8a8249f16b2744a8f4ad1311d383a330a92e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Mar 2017 10:57:52 +1100 Subject: [PATCH] Changelog update --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index ef9552d7..1fc85a42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.0.12 +- Ability to set custom `blankUrl` for source changes (https://github.com/Selz/plyr/pull/504) +- Ability to set caption button listener (https://github.com/Selz/plyr/pull/468) + ## v2.0.11 - Fix for `cleanUp` being called twice (thanks to @sebastiancarlsson) - Fix for YouTube controls on iPad (fixes #391)