From 13e7b214772a9c83278505d89e231eae9cfcfb9b Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 20 Nov 2019 17:10:14 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfc25cb2..c76c290bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ * `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) * The `WebAudioSoundManager.unlock` method will now listen for `keydown` events in order to unlock the Audio Context, as well as touch and pointer events, making it more accessible (thanks Nick Tipping) +* The `requestAnimationFrame` polyfill no longer expects a Browserify environment and uses `window` through-out, it also no longer adds in the same as performance.now does. ### Bug Fixes