Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-01-26 22:07:55 +08:00
parent 2c4faeefe0
commit bd10afab60
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ cocos2d-x-3.0beta2 ?.? ?
[FIX] CocoStudio: The order of transform calculation in Skin::getNodeToWorldTransform() is incorrect.
[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.
[FIX] Label: Memory leak in FontFreeType::createFontAtlas().
[FIX] Label: Crash when using unknown characters.
[FIX] Label: Missing line breaks and wrong alignment.
[FIX] Label: Color and opacity settings aren't applied when invoking Label::alignText.