Update CHANGELOG.md

This commit is contained in:
Richard Davey 2021-11-04 16:44:59 +00:00
parent c3b897d338
commit 1c9a9d0fc4

View file

@ -144,6 +144,7 @@ The following are API-breaking, in that a new optional parameter has been insert
* The default `Tween._pausedState` has changed from `INIT` to `PENDING_ADD`. This fixes a bug where if you called `Tween.play` immediately after creating it, it would force the tween to freeze. Fix #5454 (thanks @michal-bures)
* 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)
### Examples, Documentation and TypeScript