Readme updates.

This commit is contained in:
photonstorm 2014-07-01 15:29:04 +01:00
parent e1bc2b7bd6
commit 8b9aec320b

View file

@ -129,6 +129,7 @@ Version 2.0.6 - "Jornhill" - -in development-
* If you call ArcadePhysics.collide on a Sprite vs. a Tilemap and provide a custom processCallback, the result was being ignored and the sprite was being separated regardless (thanks @aivins fix #891 #890)
* ArcadePhysics.Body.setSize if you set offset x/y values previously and then passed zero values they would be ignored (thanks @casensiom fix #889)
* InputHandler.checkPointerDown checks and docs updated (thanks @lewster32, fix method #936)
* Body.enable only exists in Arcade physics, so moved conditions concerning checking that into the Body (thanks @Phaiax, fix #961)
### ToDo