Update CHANGELOG[ci skip]

This commit is contained in:
James Chen 2013-10-10 11:15:22 +08:00
parent 96ec8d34a9
commit 78e3624b0b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[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
[FIX] removeSpriteFramesFromFile() crashes if file doesn't exist.
[Android]
[FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes
[NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again