mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Updated change log.
This commit is contained in:
parent
33873fe23d
commit
2219858764
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Version 3.1.1 - In Development
|
||||
|
||||
### Updates
|
||||
|
||||
* The entire codebase now passes our eslint config (which helped highlight a few errors), if you're submitting a PR, please ensure your PR passes the config too.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Math.Fuzzy.Floor had an incorrect method signature.
|
||||
|
@ -9,8 +13,6 @@
|
|||
* TileSprite was missing a gl reference, causing it to fail during a context loss and restore.
|
||||
* The Mesh Game Object Factory entry had incorrect arguments passed to Mesh constructor.
|
||||
|
||||
|
||||
|
||||
## Version 3.1.0 - Onishi - 16th February 2018
|
||||
|
||||
### Updates
|
||||
|
|
Loading…
Reference in a new issue