Skip to content

Commit

Permalink
Update CHANGELOG-v3.60.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed May 6, 2022
1 parent 61545eb commit a164841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-v3.60.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ The following are API-breaking, in that a new optional parameter has been insert
* `ContainerCanvasRenderer` would pass in a 5th `container` parameter to the child `renderCanvas` call, which was breaking the `GraphicsCanvasRenderer` and isn't needed by any Game Object, so has been removed. Fix #6093 (thanks @Antriel)
* Fixed issue in `Utils.Objects.GetValue` where it would return an incorrect result if a `source` and `altSource` were provided that didn't match in structure. Fix #5952 (thanks @rexrainbow)
* Fixed issue in Game Config where having an empty object, such as `render: {}` would cause set properties to be overriden with the default value. Fix #6097 (thanks @michalfialadev)
* The `SceneManager.moveAbove` and `moveBelow` methods didn't check the order of the Scenes being moved, so moved them even if one was already above / below the other. Both methods now check the indexes first. Fix #6040 (thanks @yuupsup)


### Examples, Documentation and TypeScript
Expand Down

0 comments on commit a164841

Please sign in to comment.