[ci skip]update CHANGELOG

This commit is contained in:
minggo 2015-04-28 16:44:04 +08:00
parent e75ea4c892
commit 1bff6391d6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ cocos2d-x-3.6 ??
[FIX] Animate3D: modify `Animate3D::setHighQuality()` Animate3D::setQuality(), add a new animation quality type none which means that will not update animation to the bone, it is useful when the Sprite3D is out of the screen, it can safe a lot of cpu time.
[FIX] AnimationCurve: memory leak
[FIX] Bundle3D: memory leak when failed to load file
[FIX] HttpClient: memory leak
[FIX] HttpClient: memory leak on iOS
[FIX] JNI: JNI illegal start byte error which causes crashing error on Android 5.0
[FIX] PUParticleSystem3D: refactoring create function using initWithXXX
[FIX] UI:VideoPlayer: crashed when playing streamed MP4 file on iOS