diff --git a/CHANGELOG b/CHANGELOG index 422541293f..fa443fca76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -cocos2d-x-3.0beta ?? 2013 +cocos2d-x-3.0beta Jan.7 2014 [All] [NEW] Upgrated Box2D to 2.3.0 [NEW] SChedule::performFunctionInCocosThread() @@ -8,7 +8,7 @@ cocos2d-x-3.0beta ?? 2013 [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. + [NEW] New renderer: Scene graph and Renderer are decoupled now. [FIX] Potential hash collision fix. [FIX] Updates spine runtime to the latest version. [FIX] Uses `const std::string&` instead of `const char*`.