From 32383a7cfdf1d611ce9e41380cdab57b8f3036dc Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 20 Feb 2014 20:46:14 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 4005bf50cb..a2db0c6a5e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ cocos2d-x-3.0rc0 Feb.?? 2014 [NEW] Using python to automatically generate script bindings codes. [NEW] Linux javascript bindings support. + [FIX] Potential crash when websocket connection closes. [FIX] No callback is invoked when websocket connection fails. [FIX] s3tc compressed textures with no mipmaps fail to be loaded. [FIX] Get rid of 'Object', rename it to 'Ref', delete non-reference stuff 'isEqual' and 'update'.