aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-03-22 11:05:28 +1100
committerSam Potts <me@sampotts.me>2015-03-22 11:05:28 +1100
commitc61db87fd676ce84db2fef7408bbed20a2bcd652 (patch)
tree59ace07a2ba5db5a2b10e7cc6e14142fa415ffd7 /changelog.md
parent388cb4df3964cf4db4e77eee5090bcf817c38dbc (diff)
downloadplyr-c61db87fd676ce84db2fef7408bbed20a2bcd652.tar.lz
plyr-c61db87fd676ce84db2fef7408bbed20a2bcd652.tar.xz
plyr-c61db87fd676ce84db2fef7408bbed20a2bcd652.zip
API improvements
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index fd90e3be..e3b30d41 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
# Changelog
+## v1.0.28
+- Added API support for browsers that don't have full plyr support (pretty much <=IE9 and `<video>` on iPhone/iPod)
+
+## v1.0.27
+- Keyboard accessibility improvements (Fixes #66)
+
## v1.0.26
- Fixes for SASS (cheers @brunowego)
- Indentation reset to 4 spaces