aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 12:33:14 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 12:33:14 +0200
commit4c297f56dec369b270a7b692a2fbe661d303802a (patch)
treebcf843bdc51e32dd0a0094df0ab120c47dd1a3d1 /CHANGELOG.md
parent5520d76e4332c1a782899679ffa8cca2285a70ce (diff)
downloadsvg.js-4c297f56dec369b270a7b692a2fbe661d303802a.tar.gz
svg.js-4c297f56dec369b270a7b692a2fbe661d303802a.zip
fixes and addition in SVG.PointArray (#805)
- fixed SVG.PointArray having a reference to outside array in some cases - added possibility to pass an array of point objects to SVG.PointArray
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97457c6..e12dfe9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,10 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- 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)
+
+### Added
+- added possibility to pass an array of point objects to SVG.PointArray (#803)
## [2.6.4] - 2018-02-07