From 547e7a4d1df1b17be3893b9450bf303007bdb432 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Sun, 9 Nov 2014 23:15:24 +0000 Subject: [PATCH] docs update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 864ebf0fc..eef7c3da0 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Version 2.2.0 - "Bethal" - in development * Cache.addBitmapData now auto-creates a FrameData (thanks @pnstickne #1294 #1300) * P2.BodyDebug circles were drawing at half widths (thanks @enriqueto #1288) * FrameData.clone fixed when cloning data using frame names rather than indexes (thanks pjbaron) +* Lots of the Cache getters (such as `Cache.getbitmapData`) would return `undefined` if the asset couldn't be found. They now all consistently return `null` for missing entries (thanks @Matoking #1305) For details about changes made in previous versions of Phaser see the full Change Log at https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md