]> source.dussan.org Git - svg.js.git/commitdiff
changelog, gitignore
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 4 Jun 2017 19:45:35 +0000 (21:45 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 4 Jun 2017 19:45:35 +0000 (21:45 +0200)
.gitignore
CHANGELOG.md

index 57a3831568fab71ff2e3d8755705407911fccc60..f58d1822d6810de74a79c0184fd148550545b208 100644 (file)
@@ -10,3 +10,4 @@ src/index.js
 node_modules/
 .vscode/
 coverage/
+fonts/
\ No newline at end of file
index ccac54586e7891606821f221336b1a77341975b6..8b6ced1112be509ed5e49ce504479c1b327ac468 100644 (file)
@@ -32,6 +32,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 ### Added
 - added `width()` and `height()` methods to `SVG.FX`
+- added the intended functionality to call animate functions with multiple parameter (#671)
 
 ### Changed
 - updated Jasmine from 2.5.2 to 2.6.0