mirror of https://github.com/axmolengine/axmol.git
Update CHNAGELOG[ci skip]
This commit is contained in:
parent
08dfd66dca
commit
f2f7e61b07
|
@ -13,6 +13,7 @@ cocos2d-x-3.0alpha1 @??? 2013
|
|||
[NEW] Added Mouse Support For Desktop Platforms.
|
||||
[FIX] EventListeners can't be removed sometimes.
|
||||
[FIX] When parsing XML using TinyXML, the data size has to be specified.
|
||||
[NEW] Arm64 support.
|
||||
[Android]
|
||||
[FIX] Added EGL_RENDERABLE_TYPE to OpenGL attributes
|
||||
[NEW] Added Cocos2dxHelper.runOnGLThread(Runnable) again
|
||||
|
@ -25,6 +26,8 @@ cocos2d-x-3.0alpha1 @??? 2013
|
|||
[FIX] Removed unused CCLOG() from GL initialization
|
||||
[iOS]
|
||||
[FIX] Can't click the area that outside of keyboard to close keyboard when using EditBox.
|
||||
[Linux]
|
||||
[NEW] Used CMake to build linux projects.
|
||||
[Desktop]
|
||||
[FIX] Trigger onKeyReleased only after the key has been released.
|
||||
[Javascript binding]
|
||||
|
|
Loading…
Reference in New Issue