Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2013-12-19 20:57:57 +08:00
parent eaa8a61de8
commit a40e47d227
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ cocos2d-x-3.0beta0 ?? 2013
[NEW] SChedule::performFunctionInCocosThread()
[NEW] Added tga format support again.
[FIX] A Logic error in ControlUtils::RectUnion.
[FIX] Bug fixes for Armature, use Vector<T>, Map<K, V> instead of Array, Dictionary.
[FIX] Used c++11 range loop(highest performance) instead of other types of loop.
[FIX] Removed most hungarian notations.
[FIX] Merged NodeRGBA to Node.
[NEW] New renderer support.
[Android]
[NEW] build/android-build.sh: add supporting to generate .apk file
[FIX] XMLHttpRequest receives wrong binary array.