Skip to content

Commit f7a1355

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent 212e7aa commit f7a1355

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
@@ -583,6 +583,7 @@ Since v3.0.0 the Game Object `render` functions have received a parameter called
583583
* The `Quaternion` class constructor will now default the values to `0,0,0,1` if they're not provided, making it an identity quaternion, rather than the `0,0,0,0` it was before.
584584
* You can now set the `ParticleEmitter.reserve` value via the emitter configuration object (thanks @vforsh)
585585
* Setting the `pixelArt` config option will now set `antialiasGL` to `false`, as well as `antialias`. Fix #5309 (thanks @Vegita2)
586+
* The `Shape` class now includes the `ComputedSize` component properties and methods directly in the class, rather than applying as a mixin. `setSize` is now flagged as being `private`, because it shouldn't be used on Shape classes, which was leading to confusion as it appeared in the public-facing API. Fix #4811 (thanks @aolsx)
586587

587588
### Bug Fixes
588589

0 commit comments

Comments
 (0)