diff --git a/CHANGELOG.md b/CHANGELOG.md index 8037a1293f..71e655eea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Please select a version to read that specific change log: | Version | Name | Release Date | | ------- | ---- | ------------ | +| [3.88](changelog/3.88/CHANGELOG-v3.88.md) | Minami | in development | | [3.87](changelog/3.87/CHANGELOG-v3.87.md) | Hanabi | 14th November 2024 | | [3.86](changelog/3.86/CHANGELOG-v3.86.md) | Aoi | 11th October 2024 | | [3.85.2](changelog/3.85.2/CHANGELOG-v3.85.2.md) | Itsuki | 17th September 2024 | diff --git a/changelog/3.88/CHANGELOG-v3.88.md b/changelog/3.88/CHANGELOG-v3.88.md index 5044fa03f0..845d42317f 100644 --- a/changelog/3.88/CHANGELOG-v3.88.md +++ b/changelog/3.88/CHANGELOG-v3.88.md @@ -4,8 +4,12 @@ ## Updates +* `Tween.isNumberTween` is a new boolean property that tells if the Tween is a NumberTween, or not. + ## Bug Fixes +* `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. + ## Examples, Documentation, Beta Testing and TypeScript Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs: