Update CHANGELOG[ci skip]

This commit is contained in:
James Chen 2013-10-10 14:40:30 +08:00
parent d1cd3ca5d1
commit fa51236dee
1 changed files with 2 additions and 1 deletions

View File

@ -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]