Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2013-12-27 20:12:52 +08:00
parent 6fb3a8c081
commit 6562608855
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ cocos2d-x-3.0beta0 ?? 2013
[FIX] GUI refactoring: Removes UI prefix, Widget is inherited from Node, uses new containers(Vector<T>, Map<K,V>).
[FIX] String itself is also modified in `String::componentsSeparatedByString`.
[FIX] Sprites with PhysicsBody move to a wrong position when game resume from background.
[FIX] Crash if connection breaks during download using AssetManager.
[Android]
[NEW] build/android-build.sh: add supporting to generate .apk file
[FIX] XMLHttpRequest receives wrong binary array.