From 08bb3b10604d70afc5f7f06b7d4e16b5d3c1b22b Mon Sep 17 00:00:00 2001 From: James Chen Date: Sat, 18 Jan 2014 10:55:15 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5f24006cb3..8b476b7457 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,7 +6,8 @@ cocos2d-x-3.0final ?.? ? [NEW] Label: Uses a struct of TTF configuration for Label::createWithTTF to reduce parameters and make this interface more easily to use. [NEW] Label: Integrates LabelAtlas into new Label. [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] 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.