Update CHANGELOG.md

This commit is contained in:
Richard Davey 2021-12-01 18:37:26 +00:00
parent e56391d8ed
commit fa8a25f6a8

View file

@ -69,6 +69,7 @@ Development of this feature was kindly sponsored by Club Penguin Rewritten (http
* `Phaser.Scenes.ScenePlugin.getStatus` is a new method that will return the current status of the given Scene.
* `Math.LinearXY` is a new function that will interpolate between 2 given Vector2s and return a new Vector2 as a result (thanks @GregDevProjects)
* `Curves.Path.getCurveAt` is a new method that will return the curve that forms the path at the given location (thanks @natureofcode)
* You can now use any `Shape` Game Object as a Geometry Mask. Fix #5900 (thanks @rexrainbow)
### Geom Updates