diff options
author | wout <wout@impinc.co.uk> | 2014-06-12 10:42:37 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-12 10:42:37 +0200 |
commit | 977dd4335dc63d84b2e46fc4228dfb2e875ba48f (patch) | |
tree | 19374f75274db6d48ca3fad2224fb5f87e893460 /CHANGELOG.md | |
parent | faefee422ac98e4d5378174d3681d825a899ca5d (diff) | |
download | svg.js-977dd4335dc63d84b2e46fc4228dfb2e875ba48f.tar.gz svg.js-977dd4335dc63d84b2e46fc4228dfb2e875ba48f.zip |
Bumped to version 1.0.0-rc.81.0.0-rc.8
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f202f..3bc8c82 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.0-rc.8 (12/06/2014) + +- fixed bug in `SVG.off` + + # 1.0.0-rc.7 (11/06/2014) - calling `after()` when calling `stop(true)` (fulfill flag) [thanks @vird] |