From 130c326811a23b9f1d2bc557005431fa6499c620 Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 12 Feb 2014 17:42:45 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 1d3780bb3d..286b5db4d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ cocos2d-x-3.0rc0 Feb.?? 2014 [NEW] Director: Displays 'Vertices drawn' in the stats. Useful to measure performance. [NEW] Using python to automatically generate script bindings codes. + [FIX] Node::setRotation() moves opposite when node has a physics body. [FIX] A string which only contains CJK characters can't make a line-break when it's needed. [FIX] EGLView improvements: renamed to GLView, no longer a singleton, easier to customize [FIX] Removes samples except testcpp|testjavascript|testlua. Moves sample games to `cocos2d/samples` repo.