From 1823e890ac4d9641fe3f3cbfe06f4581cb249662 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 25 Feb 2014 11:18:02 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 36f5e67356..87c3f58ee4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,8 @@ cocos2d-x-3.0rc0 Feb.?? 2014 [NEW] Language: Added Dutch support. [NEW] Sprite: Added auto-culling support + [FIX] Changes namespace 'cocos2d::gui' to 'cocos2d::ui'. + [FIX] State is changed to RESUME when game comes back to foreground if pause button was clicked in Interval Test [FIX] Object values (x, y, width and height) from TMXObjectGroup are incorrect. [FIX] Thread deadlock if new functions are added in callback of Scheduler:: performFunctionInCocosThread. [FIX] Refactored the codes of parsing pure xml layer format for tilemap.