From c6445b0640d7117cf6eb013f6306bfedf0a5fedf Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 16 Jan 2014 10:41:04 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index fe83aa6b50..da8bce53e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ cocos2d-x-3.0final ?.? ? [All] + [NEW] Label: Uses a struct of TTF configuration for Label::createWithTTF to reduce parameters and make this interface more easily to use. [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%