From 5454a2db6299ba5fe1500fa661a0b4314b354721 Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 27 Feb 2014 21:56:31 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d0b4265ca3..aebfe51d61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.