From 208939ab2a96c5d51356d4a91c80be7731bdea5a Mon Sep 17 00:00:00 2001 From: James Chen Date: Sun, 26 Jan 2014 23:06:48 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 7e77a8a1ec..e9812a19a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,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] Lua: sp.SkeletonAnimation:registerScriptHandler should not override cc.Node:registerScriptHandler. [FIX] JSB: Pure JS class which is inherited from cc.Class will trigger an irrelevant log. [FIX] JSB: Mac and iOS Simulator should also use SpiderMonkey which was built in RELEASE mode. [FIX] JSB: Crash when running JSB projects on iOS device in DEBUG mode.