From a73215d1395802b2317d052001c52c137c05bdcd Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 3 Jan 2025 14:50:10 +0000 Subject: [PATCH] Update CHANGELOG-v3.88.md --- changelog/3.88/CHANGELOG-v3.88.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/3.88/CHANGELOG-v3.88.md b/changelog/3.88/CHANGELOG-v3.88.md index dc17f3d3d9..a9bb108eed 100644 --- a/changelog/3.88/CHANGELOG-v3.88.md +++ b/changelog/3.88/CHANGELOG-v3.88.md @@ -19,6 +19,7 @@ * `TweenData.update` will now check if the Tween is a Number Tween and apply the final start/end value to the result on completion, instead of the eased value as calculated by the change made in v3.87. * `BaseTweenData.duration` can now never be zero or less than zero, which would trigger NaN errors. It's now clamped to a minimum of 0.01ms. Fix #6955 (thanks @kainage) * Fixed the properties in the `FontFileConfig` (thanks @samme) +* `Matter.World.update` could hang and crash the browser if a large delta value was given to it, such as returning to a long-dormant tab. The Matter Runner config values are now properly passed through, preventing this from happening. Fix #6977 (thanks @ubershmekel @samme) ## Examples, Documentation, Beta Testing and TypeScript