Merge pull request #2882 from stoneman1/master

Changelog updated, preparing for 2.7.1 update
This commit is contained in:
Richard Davey 2016-11-25 14:16:22 +00:00 committed by GitHub
commit dcb48e1f38
2 changed files with 24 additions and 0 deletions

View file

@ -1,5 +1,17 @@
# Change Log # Change Log
## Version 2.7.1
### Updates
* TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
### Bug Fixes
* Phaser.AnimationParser.spriteSheet() now works like it is supposed to work (thanks @stoneman1, @qarlosh)
* EarCut was not included in the build because of wrong path in grunt tasks. It should now work (thanks @stoneman1)
* Some browsers uses CancelRequestAnimationFrame instead of CancelAnimationFrame and it is now fixed (thanks @stoneman1)
## Version 2.7.0 - "World's End" - 22nd November 2016 ## Version 2.7.0 - "World's End" - 22nd November 2016
Phaser 2.7 is now released to the community to maintain. Please see the README for more details. Phaser 2.7 is now released to the community to maintain. Please see the README for more details.

View file

@ -314,6 +314,18 @@ If you code with [TypeScript](http://www.typescriptlang.org/) there are comprehe
![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log") ![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log")
<a name="change-log"></a> <a name="change-log"></a>
## Version 2.7.1
### Updates
* TypeScript definitions fixes and updates (thanks @Aleksey-Danchin)
### Bug Fixes
* Phaser.AnimationParser.spriteSheet() now works like it is supposed to work (thanks @stoneman1, @qarlosh)
* EarCut was not included in the build because of wrong path in grunt tasks. It should now work (thanks @stoneman1)
* Some browsers uses CancelRequestAnimationFrame instead of CancelAnimationFrame and it is now fixed (thanks @stoneman1)
## Version 2.7.0 - "World's End" - 22nd November 2016 ## Version 2.7.0 - "World's End" - 22nd November 2016
### New Features ### New Features