From dc9fc77a86cd01f4b9bafd7377bbe3551be37396 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Sun, 4 Jun 2017 21:45:35 +0200 Subject: [PATCH] changelog, gitignore --- .gitignore | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 57a3831..f58d182 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ src/index.js node_modules/ .vscode/ coverage/ +fonts/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ccac545..8b6ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- 2.39.5