Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-01-04 11:50:35 +08:00
parent 55e45d44c4
commit 233e0ab457
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ cocos2d-x-3.0beta ?? 2013
[FIX] Two memory leak fixes in EventDispatcher::removeEventListener(s).
[NEW] TextureCache::addImageAsync() uses std::function<> as call back
[NEW] Namespace changed: network -> cocos2d::network, gui -> cocos2d::gui
[NEW] Added more CocoStudioSceneTest samples.
[Android]
[NEW] build/android-build.sh: add supporting to generate .apk file
[FIX] XMLHttpRequest receives wrong binary array.