mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Create CHANGELOG-v3.80.md
This commit is contained in:
parent
74515f6437
commit
98efe679df
1 changed files with 14 additions and 0 deletions
14
changelog/3.80/CHANGELOG-v3.80.md
Normal file
14
changelog/3.80/CHANGELOG-v3.80.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Version 3.80.0 - Yotsuba - in dev
|
||||
|
||||
# Updates
|
||||
|
||||
* The `TweenChainBuilder` was incorrectly setting the `persist` flag on the Chain to `true`, which goes against what the documentation says. It now correctly sets it to `false`. This means if you previously had a Tween Chain that was persisting, it will no longer do so, so add the property to regain the feature.
|
||||
|
||||
# Bug Fixes
|
||||
|
||||
|
||||
|
||||
## Examples, Documentation, Beta Testing and TypeScript
|
||||
|
||||
My thanks to the following for helping with the Phaser 3 Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
|
||||
|
Loading…
Reference in a new issue