Skip to content

Commit

Permalink
Update "Unreleased"
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Oct 10, 2017
1 parent 97e5b69 commit 2695b47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,15 @@ Written something cool in Phaser? Please tell us about it in the [forum][forum],

## Unreleased

[Phaser.Tilemap#setTileIndexCallback](https://github.com/photonstorm/phaser-ce/blob/master/src/tilemap/Tilemap.js#L798) can now correctly remove a callback by setting it to `null`.
### Bug Fixes

* [Phaser.Tilemap#setTileIndexCallback](https://github.com/photonstorm/phaser-ce/blob/master/src/tilemap/Tilemap.js#L798) now correctly removes a callback when `null` is passed.
* Fixed [Emitter#counts](https://photonstorm.github.io/phaser-ce/Phaser.Particles.Arcade.Emitter.html#counts) not counting.
* Fixed missing TypeScript return values (#382).

### Thanks

@masondesu, @pavle-goloskokovic, @photonstorm, @samme

## Version 2.9.0 - 8th October 2017

Expand Down

0 comments on commit 2695b47

Please sign in to comment.