Update CHANGELOG [ci skip]

This commit is contained in:
James Chen 2014-01-20 12:05:06 +08:00
parent a0c0954063
commit 87c3f533ea
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
cocos2d-x-3.0beta2 ?.? ?
[All]
[NEW] Adds performance test for Containers(Vector<>, Array, Map<K,V>, Dictionary).
[NEW] DrawNode supports to draw triangle, quad bezier, cubic bezier.
[NEW] Console: added the 'textures', 'fileutils dump' and 'config' commands
[NEW] GLCache: glActiveTexture() is cached with GL::activeTexture(). All code MUST call the cached version in order to work correctly