Skip to content

Commit fbb6143

Browse files
committed
Updated change log
1 parent 9fa7440 commit fbb6143

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ The Loader has been given a slight overhaul to improve its performance and exten
5151
* Fixed loading normals with multi image load (thanks @iamchristopher)
5252
* Array.AddAt would fail if it branched to the fast-path within a Container due to an invalid property. Fix #3617 (thanks @poasher)
5353
* Polygon.setTo would fail if given an array of arrays as a list of points. Fix #3619 (thanks @PaulTodd)
54+
* Text objects with word wrapping enabled would gain an extra space at the end of the line. These are now only added when the word index is greater than the previous one. Fix #3626 (thanks @rexrainbow)
55+
* Container.getBounds now checks if it can call `getBounds` on its children before doing so, as some do not have this method (such as Graphics objects) so they no longer cause the call to crash. Fix #3623 (thanks @poasher)
5456

5557
### Examples, Documentation and TypeScript
5658

5759
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
5860

59-
@wtravO @Fabadiculous @zilbuz @samme @iamchristopher
61+
@wtravO @Fabadiculous @zilbuz @samme @iamchristopher @erd0s @PaNaVTEC @ksmai @snowbillr
6062

6163
## Version 3.6.0 - Asuna - 19th April 2018
6264

0 commit comments

Comments
 (0)