mirror of https://github.com/axmolengine/axmol.git
Adds release date to CHANGELOG
This commit is contained in:
parent
b7ceb8bcac
commit
11ad6cd974
|
@ -1,4 +1,4 @@
|
||||||
cocos2d-x-3.0beta ?? 2013
|
cocos2d-x-3.0beta Jan.7 2014
|
||||||
[All]
|
[All]
|
||||||
[NEW] Upgrated Box2D to 2.3.0
|
[NEW] Upgrated Box2D to 2.3.0
|
||||||
[NEW] SChedule::performFunctionInCocosThread()
|
[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] Used c++11 range loop(highest performance) instead of other types of loop.
|
||||||
[FIX] Removed most hungarian notations.
|
[FIX] Removed most hungarian notations.
|
||||||
[FIX] Merged NodeRGBA to Node.
|
[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] Potential hash collision fix.
|
||||||
[FIX] Updates spine runtime to the latest version.
|
[FIX] Updates spine runtime to the latest version.
|
||||||
[FIX] Uses `const std::string&` instead of `const char*`.
|
[FIX] Uses `const std::string&` instead of `const char*`.
|
||||||
|
|
Loading…
Reference in New Issue