Update CHANGELOG.md

This commit is contained in:
Richard Davey 2020-01-08 01:50:54 +00:00
parent b908ebdda2
commit 0a6e696295

View file

@ -152,6 +152,7 @@
* `MatterPhysics.applyForceFromPosition` is a new method that applies a force to a body from the given world position, including resulting torque. If no angle is given, the current body angle is used. This can be used on all Matter bodies, not just those created via the factory.
* You can now set `gravity: false` in your Matter Config and it will reset gravity from the defaults to zero.
* The internal Matter `Composite.setModified` function will now emit a `compositeModified` event, which the Matter World listens for, if debug draw is enabled, so it can update the composite children render styles.
* `MatterPhysics.fromSVG` is a new method that allows you to create a Body from the given SVG path data.
### New Features