diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a8e2a98..2395213e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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