diff --git a/CHANGELOG b/CHANGELOG index a55624e1f6..73550eaac5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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