Update CHANGELOG.md

This commit is contained in:
Richard Davey 2019-11-27 17:49:41 +00:00
parent 65008266d6
commit 7607bee0af

View file

@ -2,6 +2,10 @@
## Version 3.21.1 - Senku - in development
### Updates
* The `Matter.Factory.worldConstraint` argument signature has changed. It now takes `x` and `y` arguments first, as the world position where the constraint will be created.
### Bug Fixes
* BitmapText with a `maxWidth` set wouldn't update the text correctly if it was modified post-creation. You can now update the text and/or width independantly and it'll update correctly. Fix #4881 (thanks @oxguy3)