Skip to content

Commit e4104e5

Browse files
committed
Update CHANGELOG-v3.89.md
1 parent f54f3ec commit e4104e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/3.89/CHANGELOG-v3.89.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Particle emitter custom `moveTo` functions can now move particles. Fix #7063 (thanks @samme)
2020
* Changed ImageCollections default Tileset values from `null` to `undefined`. Fix #7053 (thanks @Snoturky)
2121
* Chained tweens now `persist` correctly even after calling `Phaser.Tweens.BaseTween#stop`. Fix #7048 (thanks @FranciscoCaetano88)
22-
* 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)
22+
* 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

2424
## Examples, Documentation, Beta Testing and TypeScript
2525

0 commit comments

Comments
 (0)