Skip to content

Commit

Permalink
Update CHANGELOG-v3.88.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jan 3, 2025
1 parent cbfc3f1 commit a73215d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog/3.88/CHANGELOG-v3.88.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a73215d

Please sign in to comment.