diff options
author | wout <wout@impinc.co.uk> | 2014-02-05 10:23:34 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-05 10:23:34 +0100 |
commit | c51d352babb75ef56fc71d93056a797d7f1d70c5 (patch) | |
tree | d7eadf1f246001f4a9933dfa3db60f465935a806 /CHANGELOG.md | |
parent | 6d7675031f2428614e32420fb46ee60223d0a1b2 (diff) | |
download | svg.js-c51d352babb75ef56fc71d93056a797d7f1d70c5.tar.gz svg.js-c51d352babb75ef56fc71d93056a797d7f1d70c5.zip |
Fix in animate('=').to()
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f64bb7..43dba75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - made svg.pattern.js part of the core library - automatic pattern creation by passing an image url or instance as `fill` attribute on elements - added `loaded()` method to image tag +- fix in `animate('=').to()` # v1.0rc3 (03/02/2014) |