Skip to content

Commit c9f1189

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent a05da72 commit c9f1189

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* `Math.FromPercent` silently assumed the `min` parameter to be 0. It can now be any value, allowing you to generate percentages between `min` and `max` correctly (thanks @somechris)
4040
* The Container and Zone Game Objects were not handling being added to the render list, causing them to fail input detection tests. Fix #5506 #5508 (thanks @rexrainbow @vforsh @Nightspeller)
4141
* `IsometricWorldToTileXY` was returning a tile incorrectly offset from the given coordinates. It now returns from the expected location (thanks @veleek)
42+
* `DOMElementCSSRenderer` will now return early if `src.node` doesn't exist or is null, rather than trying to extract the `style` property from it. Fix #5566 (thanks @rattias)
4243

4344
### Examples, Documentation and TypeScript
4445

0 commit comments

Comments
 (0)