diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fc595a0..ade31af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - `svg()` will now return the element without svg-wrapper - 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) ### Fixed - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ |