Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-02-26 11:41:20 +08:00
parent 2b2979551e
commit 67361fc834
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ 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] 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.
@ -13,8 +14,8 @@ cocos2d-x-3.0rc0 Feb.?? 2014
Node: setRotationY() -> setRotationSkewY()
[NEW] Language: Added Dutch support.
[NEW] Sprite: Added auto-culling support
[FIX] CCConsole supports simulating touch events (tap,swipe).
[FIX] Improves physical performance.
[FIX] CCConsole crashes on Windows.
[FIX] Changes namespace 'cocos2d::gui' to 'cocos2d::ui'.
[FIX] State is changed to RESUME when game comes back to foreground if pause button was clicked in Interval Test