diff --git a/CHANGELOG b/CHANGELOG index f61d7fc42b..6163db0772 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.