From 97cd94b3de58a304e44d77f6066af2e3b2020f74 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 11 Apr 2018 02:18:30 +0100 Subject: [PATCH] Updated log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a502932..d90a06b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ * Tween.restart handles removed tweens properly and reads them back into the active queue for the TweenManager (thanks @wtravO) * Tween.resume will now call `Tween.play` on a tween that was paused due to its config object, not as a result of having its paused method called. Fix #3452 (thanks @jazen) * LoaderPlugin.isReady referenced a constant that no longer exists. Fix #3503 (thanks @Twilrom) +* Tween Timeline.destroy was trying to call `destroy` on Tweens instead of `stop` (thanks @Antriel) ### Updates