diff options
-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!__ |