From 5ba38b13201d3cb536deaf4d72c3041b267b52e2 Mon Sep 17 00:00:00 2001 From: James Chen Date: Fri, 14 Feb 2014 11:20:34 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index fe6a06ec49..7bea54ed36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ cocos2d-x-3.0rc0 Feb.?? 2014 [NEW] Using python to automatically generate script bindings codes. [NEW] Linux javascript bindings support. + [FIX] Exposes the missing data structures of Spine to JS. [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