Merge pull request #9761 from dabingnn/v3_updateChangeLog

[ci skip]update changelog
This commit is contained in:
Huabing.Xu 2014-12-31 22:19:43 +08:00
commit d3b0a4a3d0
1 changed files with 2 additions and 0 deletions

View File

@ -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