Update CHANGELOG

This commit is contained in:
James Chen 2013-10-18 11:15:02 +08:00
parent c8ba071294
commit 7d588fbaa3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ cocos2d-x-3.0alpha1 @??? 2013
[FIX] fixed a memory leak in XMLHTTPRequest.cpp [FIX] fixed a memory leak in XMLHTTPRequest.cpp
[FIX] removeSpriteFramesFromFile() crashes if file doesn't exist. [FIX] removeSpriteFramesFromFile() crashes if file doesn't exist.
[FIX] Avoid unnecessary object duplication for Scale9Sprite. [FIX] Avoid unnecessary object duplication for Scale9Sprite.
[FIX] create_project.py does not rename/replace template projects completely.
[Android] [Android]
[FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes [FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes
[NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again [NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again