From c320bd46ddb6741158f986e6bb0ea4bea149a402 Mon Sep 17 00:00:00 2001 From: yangxiao Date: Mon, 5 Jan 2015 17:42:36 +0800 Subject: [PATCH] add node quaternion to changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 416588d3ed..7a8acd7372 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ cocos2d-x-3.4rc0 Jan.9 2015 + [NEW] Node: rotation representation using quaternion [FIX] FileUtils: getData() will cause memory leak if file size is 0 on windows [FIX] GLProgram: when there is a shader compile error in shader, it will crash on windows + [FIX] Sprite3DTest: Sprite3DUVAnimationTest, Sprite3DFakeShadowTest, Sprite3DLightMapTest, Sprite3DBasicToonShaderTest will crash on android when switch to foreground from background [FIX] HttpClient: http requests will be lost in immediately mode on iOS [FIX] WP8: compiling error on ARM architecture