From 243a995dc17db9b9a62c806c25e1518920ba82d4 Mon Sep 17 00:00:00 2001 From: James Chen Date: Sun, 26 Jan 2014 14:43:29 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index f957e99fee..de5f30b733 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] 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. [FIX] JSB: Crash when Firefox connects to JSB application on Mac platform. [FIX] Uses EventDispatcher to access event in LUA testcase.