Skip to content

Commit d80cccc

Browse files
committed
Updated change log
1 parent d93e8ab commit d80cccc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
1919
* HTML5AudioSound.setVolume is a chainable way to set the volume of a single Sound instance.
2020
* HTML5AudioSound.setSeek is a chainable way to set seek to a point of a single Sound instance.
2121
* HTML5AudioSound.setLoop is a chainable way to set the loop state of a single Sound instance.
22+
* Matter Physics has two new debug properties: `debugShowJoint` and `debugJointColor`. If defined they will display joints in Matter bodies during the postUpdate debug phase (only if debug is enabled) (thanks @OmarShehata)
2223

2324
### Bug Fixes
2425

@@ -28,6 +29,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
2829
* BaseSoundManager.rate and BaseSoundManager.detune would incorrectly called `setRate` on its sounds, instead of `calculateRate`.
2930
* The Gamepad Axis `getValue` method now correctly applies the threshold and zeroes out the returned value.
3031
* The HueToComponent module was not correctly exporting itself. Fix #3482 (thanks @jdotrjs)
32+
* Matter.World was using `setZ` instead of `setDepth` for the Debug Graphics Layer, causing it to appear behind objects in some display lists.
3133

3234
### Updates
3335

0 commit comments

Comments
 (0)