Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-02-10 11:05:09 +08:00
parent db91ec9183
commit a1aa4b9b8a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cocos2d-x-3.0rc0 Feb.?? 2014
[NEW] Adds Dutch Language support.
[NEW] Console: Added 'resolution', 'projection' commands. Improved API
[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.
[FIX] cc.BuilderReader.load( path, null, parentSize ); was not allowed.