Skip to content

Commit a6716af

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent 2a38e78 commit a6716af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44

55
### Updates
66

7+
* `Layer.destroy` will now call `destroy` on all of its children as well.
8+
79
### Bug Fixes
810

911
* On some keyboards it was possible for the `keyup` event to not fire because it was filtered out by the Keyboard Plugin repeat key check. Fix #5472 (thanks @cjw6k)
1012
* Fixed issue causing `Cannot read property 'pipelines' of null` to be thrown if using 3.50 with the HEADLESS renderer. Fix #5468 (thanks @Grenagar)
1113
* Canvas Tilemap Rendering is now working again. Fix #5480 (thanks @marshmn)
14+
* `Layer.destroy` will now emit the `DESTROY` event at the start of the method. Fix #5466 (thanks @samme)
1215

1316
### Examples, Documentation and TypeScript
1417

0 commit comments

Comments
 (0)