Update CHNAGELOG [ci skip]

This commit is contained in:
James Chen 2013-10-09 17:06:55 +08:00
parent 16fec3386b
commit e3b30b221b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[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
[FIX] fixed a memory leak in XMLHTTPRequest.cpp
[Android]
[FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes
[NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again