Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-02-14 11:20:34 +08:00
parent 84901995ea
commit 5ba38b1320
1 changed files with 1 additions and 0 deletions

View File

@ -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