Update CHANGELOG.md

This commit is contained in:
Richard Davey 2020-08-24 14:27:36 +01:00
parent 6bc077d731
commit 5ab9e2e677

View file

@ -221,6 +221,7 @@ If you used any of them in your code, please update to the new function names be
* In Arcade Physics, Dynamic bodies would no longer hit walls when riding on horizontally moving platforms. The horizontal (and vertical) friction is now re-applied correctly in these edge-cases. Fix #5210 (thanks @Dercetech @samme)
* Calling `Rectangle.setSize()` wouldn't change the underlying geometry of the Shape Game Object, causing any stroke to be incorrectly rendered after a size change.
* The `ProcessQueue` was emitting the wrong events internally. It now emits 'add' and 'remove' correctly (thanks @halilcakar)
* The `GridAlign` action didn't work if only the `height` parameter was set. Fix #5019 (thanks @halilcakar)
### Examples, Documentation and TypeScript