Adds release date to CHANGELOG

This commit is contained in:
Ricardo Quesada 2014-01-06 14:24:24 -08:00
parent b7ceb8bcac
commit 11ad6cd974
1 changed files with 2 additions and 2 deletions

View File

@ -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*`.