Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2013-12-24 14:27:25 +08:00
parent 39c3bc10ed
commit f573f1092c
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ cocos2d-x-3.0beta0 ?? 2013
[NEW] New renderer support.
[FIX] Potential hash collision fix.
[FIX] Updates spine runtime to the latest version.
[FIX] Uses `const std::string&` instead of `const char*`.
[Android]
[NEW] build/android-build.sh: add supporting to generate .apk file
[FIX] XMLHttpRequest receives wrong binary array.
@ -21,6 +22,7 @@ cocos2d-x-3.0beta0 ?? 2013
[NEW] CMake support for windows.
[Bindings]
[FIX] Don't bind override functions for JSB and LuaBining since they aren't needed at all.
[NEW] Adds spine JS binding support.
cocos2d-x-3.0alpha1 Nov.19 2013
[all platforms]