Update CHANGELOG.md

This commit is contained in:
Richard Davey 2019-11-13 10:19:10 +00:00
parent c25331cf30
commit a52831d49b

View file

@ -7,6 +7,15 @@
* The Spine Plugin was not clearing down the resize event listener in WebGL, causing it to still fire even if the Scene was closed. Fix #4808 (thanks @RollinSafary)
* When a game is created with the HEADLESS renderer, `Game.destroy()` had no effect and the game kept on running. Now it destroys itself properly. Fix #4804 (thanks @samme)
### Examples, Documentation and TypeScript
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
@samme (for contributing loads of new Arcade Physics examples) @dranitski
## Version 3.20.1 - Fitoria - 15th October 2019
### Updates