summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 12:04:13 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 12:04:13 +0100
commit6cebf3bf0e5d3cade7b0a7dc9c8feb191b2eb91f (patch)
tree3f511399ec23f9d653f2c08f9c62afb4412f0542 /CHANGELOG.md
parent24111571324badc5282cf835c6565576d7fcb90f (diff)
downloadsvg.js-6cebf3bf0e5d3cade7b0a7dc9c8feb191b2eb91f.tar.gz
svg.js-6cebf3bf0e5d3cade7b0a7dc9c8feb191b2eb91f.zip
size function of circle now only accepts one argument (#788)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f9c07d..695052f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- added `npm build:dev` to let you develop without getting too annoyed
- added `beziere()` and `steps()` to generate easing functions
- added `insertAfter()` and `insertBefore`
-- added `SVG.Style` which can be created with `style()` or `fontface()`
+- added `SVG.Style` which can be created with `style()` or `fontface()` (#517)
+- added `EventTarget` which is a baseclass to get event abilities (#641)
+- added `Dom` which is a baseclass to get dom abilities
### Removed
- removed `SVG.Array.split()` function