summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-24 22:49:29 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-04-25 15:10:09 +0200
commit5816fdb903476762394d6c52d15e5bc38e135bfd (patch)
tree70d1f2d1b8a5512f04789807dd7abba54060d209 /CHANGELOG.md
parentac3b9941c72a2e66bf113b2f652fcadfa24cc6de (diff)
downloadsvg.js-5816fdb903476762394d6c52d15e5bc38e135bfd.tar.gz
svg.js-5816fdb903476762394d6c52d15e5bc38e135bfd.zip
`SVG.extend` now expects exactly one module or an array of modules
Conflicts: dist/svg.js dist/svg.min.js
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0ff106..60b727d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- new constructor signature for `SVG.Image` and `load()`: `container.image(src, callback) / image.load(src, callback)`
- changed `style()` to `css()`. Now accepts array as input and returns object when no argument given (#517)
- ids are not generated upon creation anymore. Instead they are generated when requested (#559)
+- `SVG.extend()` now expects exactly one module or an array of modules
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__