diff --git a/CHANGELOG b/CHANGELOG index b9641d1f71..33a5c74148 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,13 +8,14 @@ cocos2d-x-3.0alpha1 @??? 2013 [Android] [FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes [NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again + [FIX] Fixed application will crash when pause and resume. [Mac] [FIX] Removed unused CCLOG() from GL initialization [Javascript binding] [FIX] Fixed a memory leak in ScriptingCore::runScript() [FIX] sys.localStorage.getItem() does not support non-ascii string. [Lua Binding] - [FIX] Added Armature lua binding and added test samples. + [NEW] Added Armature lua binding and added test samples. cocos2d-x-3.0alpha0 @Sep.19 2013 [all platforms]