From 86c91e65d0963c8462efefe28f1ad55e95351c9d Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 6 Jun 2024 15:54:01 +0100 Subject: [PATCH] Update CHANGELOG-v3.85.md --- changelog/3.85/CHANGELOG-v3.85.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3.85/CHANGELOG-v3.85.md b/changelog/3.85/CHANGELOG-v3.85.md index f4fba26f0..fbc170bae 100644 --- a/changelog/3.85/CHANGELOG-v3.85.md +++ b/changelog/3.85/CHANGELOG-v3.85.md @@ -18,7 +18,7 @@ * `TimelineEvent` has a new property called `tweenInstance`. If the Timeline event has a tween that has been activated, this will hold a reference to it. * If you create a BitmapText with an invalid key it will now throw a runtime error. Previously it just issued a console warning and then crashed (thanks @samme) * The console warnings when Audio files are missing/incorrect have been improved (thanks @samme) -* The `requestVideoFrame` polyfill has been updated to the latest release, which should resolve some SSR framework issues. +* The `requestVideoFrame` polyfill has been updated to the latest release, which should resolve some SSR framework issues. Fix #6776 (thanks @lantictac) # Bug Fixes