Update CHANGELOG.md

This commit is contained in:
Richard Davey 2021-11-08 16:09:49 +00:00
parent 077db60818
commit 3c1c3e39f1

View file

@ -145,6 +145,7 @@ The following are API-breaking, in that a new optional parameter has been insert
* If you start a `PathFollower` with a `to` value it will now tween and complete at that value, rather than the end of the path as before (thanks @samme)
* `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)
### Examples, Documentation and TypeScript