Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2013-12-26 10:52:01 +08:00
parent 7f459ef16b
commit dafaff0d83
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ cocos2d-x-3.0beta0 ?? 2013
[FIX] Uses `const std::string&` instead of `const char*`.
[FIX] LabelBMFont string can't be shown integrally.
[FIX] Deprecates FileUtils::getFileData, adds FileUtils::getStringFromFile/getDataFromFile.
[FIX] GUI refactoring: Removes UI prefix, Widget is inherited from Node, uses new containers(Vector<T>, Map<K,V>).
[Android]
[NEW] build/android-build.sh: add supporting to generate .apk file
[FIX] XMLHttpRequest receives wrong binary array.