Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-01-21 17:56:24 +08:00
parent b647659c9e
commit 7712ab7406
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ cocos2d-x-3.0beta2 ?.? ?
[NEW] Renderer: Added BatchCommand. This command is not "batchable" with other commands, but improves performance in about 10%
[NEW] LuaBindings: Bindings-generator supports to bind namespace for lua.
[FIX] Wrong arithmetic of child's position in ParallaxNode::addChild()
[FIX] CocoStudio: TestColliderDetector in ArmatureTest can't work.
[FIX] Crash if file doesn't exist when using FileUtils::getStringFromFile.
[FIX] If setting a shorter string than before while using LabelAtlas, the effect will be wrong.