Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-02-27 21:56:31 +08:00
parent b363751b1a
commit 5454a2db62
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ cocos2d-x-3.0rc0 Feb.?? 2014
[NEW] Bindings: Added JS bindings support for Linux
[NEW] Console: Added 'resolution', 'projection' commands. Improved API
[NEW] Console: Added more commands: director resume|pause|stopanimation|startanimation.
[NEW] Console: Added commands: touch tap|swipe to simulating touch events.
[NEW] Console: Added command: 'touch tap|swipe' to simulating touch events.
[NEW] Console: Added command: 'upload filename filesize' to upload a file to writable path.
[NEW] Director: Displays 'Vertices drawn' in the stats. Useful to measure performance.
[NEW] Node: Added set/get Position3D() and set/get Rotation3D()
Node: Calculates rotation X and Y correctly.