diff --git a/CHANGELOG b/CHANGELOG index 7987aef21d..dfe36417f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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]