Updated change log.

This commit is contained in:
Richard Davey 2018-02-16 19:35:44 +00:00
parent 33873fe23d
commit 2219858764

View file

@ -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