diff --git a/CHANGELOG b/CHANGELOG index f98d7d325a..36f5e67356 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,7 @@ cocos2d-x-3.0rc0 Feb.?? 2014 [NEW] Language: Added Dutch support. [NEW] Sprite: Added auto-culling support + [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. [FIX] Crash if invoking Director::end() on WINDOWS.