diff --git a/CHANGELOG b/CHANGELOG index ffb030120f..cdebfd02b7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,8 @@ cocos2d-x-3.4beta0 Dec.31 2014 [NEW] UI: Add gray shader to ui::Button, ui::CheckBox and ui::Slider when the disable state resources are not provided [NEW] UI: Modify the default behavior when ui::Button, ui::CheckBox and ui::Slider's selected state resources are not provided, the new behavior is scale the normal state texture when the selected state texture are missing. [NEW] 3rd party libraries: Add prebuilt version of libcurl to Mac and upgrade iOS,Android,Mac and Win32 libcurl to 7.39.0. + [NEW] Replace network module implementation from libcurl to system network API on IOS and Android + [NEW] Update 3rd party libs: libcurl update to version 7.39.0 [FIX] ui::Button: fix setTitleColor calls method setColor instead of setTextColor of title label. [FIX] AssetsManagerEx: Fix assetManager can't download file on Win32