diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-23 15:41:20 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-23 15:41:20 +0200 |
commit | 1d532f2e1d3dd50995ef9bee1ac5f4cfcc907cfe (patch) | |
tree | a87870b4b317b5751828210a96536761d1451d0f | |
parent | 86f29103acfd178da8a864a5ba34f8bea85d9d03 (diff) | |
download | svg.js-1d532f2e1d3dd50995ef9bee1ac5f4cfcc907cfe.tar.gz svg.js-1d532f2e1d3dd50995ef9bee1ac5f4cfcc907cfe.zip |
update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91daed9..c1c97d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +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) -- prefix all `url()` references with current location so that nothing breaks when using `<base>` +- prefix all `url()` references with current location so that nothing breaks when using `<base>` (#568) ### Fixed - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ |