diff --git a/CHANGELOG b/CHANGELOG index 729c7693aa..90a69a52de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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