diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e12dfe9..56bcfc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,10 +32,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ## [2.6.5] ### Fixed +- fixed `element.parent()` which sometimes failed when used on detached documents (#759) +- fixed `SVG.PointArray` having a reference to outside array in some cases (#803) - fixed `reference()` which failed when trying to use a reference which does not exist in the attribuets (#840) -- fixed `animate().attr()` method which doenst work for d attribute of paths (#847) -- fixed problems with CustomEvent polyfill in IE11 (#852) -- fixed SVG.PointArray having a reference to outside array in some cases (#803) +- fixed `animate().attr()` method which doenst work for `d` attribute of paths (#847) +- fixed problems with `CustomEvent` polyfill in IE11 (#852) ### Added - added possibility to pass an array of point objects to SVG.PointArray (#803) |