diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 68276840..831045f7 100644 --- a/changelog.md +++ b/changelog.md @@ -20,12 +20,14 @@ And some other changes and bug fixes: - `on()` to provide an easy way to listen to events - `stop()` to, you guessed it, stop the player - `destroy()` now works correctly for YouTube and Vimeo (fixes #272) -- New `destoryed` event when original element is restored (original element passed as event target) +- New `destroyed` event when original element is restored (original element passed as event target) - Default volume is now 10 (max) rather than 5 - Sprite is only loaded once (fixes #259) - Fixes for Vimeo post message bugs on source change or destroy (fixes #318) - Save caption state in storage (fixes #311) - Added keyboard shortcuts to the current focused player (with option to disable) (fixes #309) +- Fix for captions bug (fixes #332) +- Change to AMD (fixes #298) ## v1.8.12 - Vimeo keyboard focus fix (Fixes #317) |