From 74870aaf92829e1dc022a2f01f6ee4b094afac87 Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 16 Jan 2014 17:21:07 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1e783721d9..68b9b9ac70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ cocos2d-x-3.0final ?.? ? [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. [NEW] Label: Uses a struct of TTF configuration for Label::createWithTTF to reduce parameters and make this interface more easily to use. - [FIX] Label: Label::createWithTTF crashes when using unknown characters. + [FIX] Label: Crash when using unknown characters. [NEW] Console: added the 'textures', 'fileutils dump' and 'config' commands [NEW] DrawNode supports to draw triangle, quad bezier, cubic bezier. [NEW] Renderer: Added BatchCommand. This command is not "batchable" with other commands, but improves performance in about 10%