Skip to content

Commit 6b45676

Browse files
committed
Update CHANGELOG-v3.89.md
1 parent 8ea1d40 commit 6b45676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog/3.89/CHANGELOG-v3.89.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Chained tweens now `persist` correctly even after calling `Phaser.Tweens.BaseTween#stop`. Fix #7048 (thanks @FranciscoCaetano88)
2222
* New left-to-right `Text` Game Objects now includes the default `canvas.dir = 'ltr` and `context.direction = 'ltr';`. Fixes a bug in Chrome 134 & Edge 134 where calling `destroy()` on a right-to-left `Text` Game Object prevents the next created left-to-right `Text` Game Object from rendering. Fix #7077 (thanks @Demeno)
2323
* `Grid` Game Objects renders `lineWidth` correctly in WebGL mode. Fix #7029 (thanks @AlvaroNeuronup)
24+
* Added `collisionMask` and `collisionCategory` checks to `Phaser.Physics.Arcade.World#separate` to allow individual physics game objects within a physics group to have it's own unique collision categories. Fix #7034 (thanks @frederikocmr)
2425

2526
## Examples, Documentation, Beta Testing and TypeScript
2627

0 commit comments

Comments
 (0)