From 26d884746f0eadfb161989ed6f5cd1180ee42681 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 18 Nov 2019 16:24:24 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14700f3ca..fcc91b50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * `Line.arcLengthDivisions` now overrides the default Curve value and is set to 1 to optimize the amount of points returned for a Line curve (thanks @rexrainbow) * `ArcadePhysics.closest` will now no longer ever return the source in the target results (thanks @samme) * `ArcadePhysics.furthest` will now no longer ever return the source in the target results (thanks @samme) +* `RequestAnimationFrame.target` is a new property that controls the fps rate (in ms) when setTimeout is used (thanks @pavels) ### Bug Fixes