Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2013-10-11 15:16:30 +08:00
parent 5c67fd2c05
commit eb9f009c73
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[FIX] Spine: fix memory leaks
[FIX] fixed a memory leak in XMLHTTPRequest.cpp
[FIX] removeSpriteFramesFromFile() crashes if file doesn't exist.
[FIX] Avoid unnecessary object duplication for Scale9Sprite.
[Android]
[FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes
[NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again