Update CHANGELOG.md

This commit is contained in:
Richard Davey 2018-11-20 10:33:09 +00:00
parent 10878f9c7b
commit ec570a639d

View file

@ -87,7 +87,8 @@
* When using a Particle Emitter, the array of dead particles (`this.dead`) wasn't being filled correctly. Dead particles are now moved to it as they should be (thanks @Waclaw-I)
* The `PathFollower.startFollow` method now properly uses the `startAt` argument to the method, so you can start a follower off at any point along the path. Fix #3688 (thanks @DannyT @diteix)
* Static Circular Arcade Physics Bodies now render as circles in the debug display, instead of showing their rectangle bounds (thanks @maikthomas)
* Changing the volume or mute on an `HTML5AudioSound` instance, via the setter, no works, as it does via the Sound Manager (thanks @Waclaw-I)
* Changing the mute flag on an `HTML5AudioSound` instance, via the `mute` setter, now works, as it does via the Sound Manager (thanks @Waclaw-I)
* Changing the volume on an `HTML5AudioSound` instance, via the `volume` setter, now works, as it does via the Sound Manager (thanks @Waclaw-I)
### Examples and TypeScript