summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRémi Tétreault <tetreault.remi@gmail.com>2017-05-14 13:21:50 -0400
committerRémi Tétreault <tetreault.remi@gmail.com>2017-05-14 13:21:50 -0400
commitefc4fdf111f507ef8a7c482ddc6e9dc449bfa0b5 (patch)
tree54920e5664cc0a54123b0c765db95cea60a30e0f /CHANGELOG.md
parent5f22d28f669d5697ce73d20b40fcf0a7179db86e (diff)
downloadsvg.js-efc4fdf111f507ef8a7c482ddc6e9dc449bfa0b5.tar.gz
svg.js-efc4fdf111f507ef8a7c482ddc6e9dc449bfa0b5.zip
fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callback call animate (#677)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0507871..d9825cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
### Fixed
- fixed `SVG.FX.once` so that it add its callback on the last situation instead of the current one
+- fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callback call animate (#677)
### Removed