diff options
author | Sam Potts <sam@selz.com> | 2016-08-22 12:53:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 12:53:38 +1000 |
commit | 232a9fe868c51501d28f2078cc2a18c95eb3c5ba (patch) | |
tree | ea28d6fb19dddc7dc13c3c68e506c15c8df4f48a | |
parent | e8bfe73b1d37f4f1428fc48ba4e19f21a80a7091 (diff) | |
download | plyr-232a9fe868c51501d28f2078cc2a18c95eb3c5ba.tar.lz plyr-232a9fe868c51501d28f2078cc2a18c95eb3c5ba.tar.xz plyr-232a9fe868c51501d28f2078cc2a18c95eb3c5ba.zip |
Update changelog.md
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 955e004c..f1e7a2a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Changelog # v1.9.0 -This version contains several ***breaking changes***: +This version contains several potential ***breaking changes***: - `setup()` has been reverted to pre v1.8.0 behaviour; meaning it will return the *instance* rather than the *element*. This is because the reference to the instance is no longer added to the original element (see below). - The reference to the `plyr` instance is now added to the media element rather than original container. This is because if a container with multiple children was passed to `setup()` the references to all instances would have been added to the container, creating issues. I would recommend using the return value from `setup()` or the new `get()` method to access the instance. |