Update CHANGELOG

This commit is contained in:
James Chen 2013-10-22 15:32:44 +08:00
parent 74b514c299
commit b56a9962a6
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[FIX] Fixed a memory leak in ScriptingCore::runScript()
[FIX] sys.localStorage.getItem() does not support non-ascii string.
[FIX] cc.Scheduler.schedule(target, func) without repeat argument couldn't repeat schedule forever on device.
[FIX] CCBReader can't play sequence automatically in JSB.
[Lua Binding]
[NEW] Added Armature lua binding and added test samples.