Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2013-10-11 18:23:16 +08:00
parent f93c696004
commit 7890efb24f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[Javascript binding]
[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.
[Lua Binding]
[NEW] Added Armature lua binding and added test samples.