[ci skip]

This commit is contained in:
minggo 2013-10-09 11:27:12 +08:00
parent 179eef9d8c
commit cd9689da1a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[all platforms]
[DOC] Added RELEASE_NOTES and CODING_STYLE.md files
[FIX] Texture: use CCLOG to log when a texture is being decoded in software
[FIX] Spine: fix memory leaks
[Android]
[FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes
[NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again