[ci skip]

This commit is contained in:
minggo 2014-01-03 10:41:26 +08:00
parent f5fa5cbff4
commit 93d724f408
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ cocos2d-x-3.0beta0 ?? 2013
[FIX] OpenAL context isn't destroyed correctly on mac and ios.
[FIX] Useless conversion in ScrollView::onTouchBegan.
[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
[Android]
[NEW] build/android-build.sh: add supporting to generate .apk file
[FIX] XMLHttpRequest receives wrong binary array.