Skip to content

Commit a01b8f2

Browse files
committed
Doc updates.
1 parent 032fc11 commit a01b8f2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,28 @@ Finally the list of [community authored Phaser Tutorials](http://www.lessmilk.co
5454

5555
Version 2.0.5 - "Tanchico" - in development
5656

57+
58+
59+
5760
### Updates
5861

62+
63+
5964
### New Features
6065

66+
67+
6168
### Bug Fixes
6269

6370
* Line.pointOnLine corrected algorithm (thanks @woutercommandeur, fix #784)
71+
* The P2 DistanceConstraint method signature has changed. Updated Phaser so maxForce is now passed as object (fix #788)
72+
* Moved the this._reversed flag outside of the property loop in Tween (as per tween.js issue 115)
73+
* Emitter.makeParticles updated to use Array.isArray() check on the key/frame values, so non-string objects can be passed in (thanks @AnderbergE, fix #786)
74+
75+
76+
77+
78+
6479

6580

6681

0 commit comments

Comments
 (0)