From 2695b47236211ec8d262863e0bc44b2136f48241 Mon Sep 17 00:00:00 2001 From: samme Date: Mon, 9 Oct 2017 18:22:47 -0700 Subject: [PATCH] Update "Unreleased" --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d09f47e..370770518 100644 --- a/README.md +++ b/README.md @@ -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