Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Apr 23, 2017
1 parent 86f2910 commit 1d532f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!__
Expand Down

0 comments on commit 1d532f2

Please sign in to comment.