Skip to content

Commit 2a36a20

Browse files
committed
Update CHANGELOG.md
1 parent ce6a0c1 commit 2a36a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ In combination these updates fix issues #4732 and #4672. My thanks to @BenjaminD
135135
* `DynamicBitmapText` and `BitmapText` wouldn't render at the correct position when using scaled BitmapText and an origin. Fix #4054 (thanks @Aveyder)
136136
* Incorrect lighting on batched Sprites. The lighting was not correct when batching several sprites with different rotations. Each sprite now uses its own `uInverseRotationMatrix` to compute the lighting correctly (thanks @gogoprog)
137137
* Matter.js Body wasn't setting the part angles correctly in `Body.update` (thanks @Frozzy6)
138+
* `ScaleManager.startFullscreen` now checks to see if the call returns a Promise, rather than checking if the browser supports them, before waiting for promise resolution. This fixes a runtime console warning in Microsoft Edge. Fix #4795 (thanks @maksdk)
138139

139140
### Examples, Documentation and TypeScript
140141

0 commit comments

Comments
 (0)