Update CHANGELOG.md

This commit is contained in:
Richard Davey 2021-11-23 18:18:51 +00:00
parent 8699e97f94
commit 1b10b2d850

View file

@ -148,6 +148,7 @@ The following are API-breaking, in that a new optional parameter has been insert
* `Text` with RTL enabled wouldn't factor in the left / right padding correctly, causing the text to be cut off. It will now account for padding in the line width calculations. Fix #5830 (thanks @rexrainbow)
* The `Path.fromJSON` function would use the wrong name for a Quadratic Bezier curve class, meaning it would be skipped in the exported JSON. It's now included correctly (thanks @natureofcode)
* The `Input.Touch.TouchManager.stopListeners` forgot to remove the `touchcancel` handler. This is now removed correctly (thanks @teng-z)
* The `BitmapMask` shader has been recoded so it now works correctly if you mask a Game Object that has alpha set on it, or in its texture. Previously it would alpha the Game Object against black (thanks stever1388)
### Examples, Documentation and TypeScript