Skip to content

Commit 90d2bbf

Browse files
authored
update CHANGELOG (#19250)
* update CHANGELOG * fix typo * fix typo 2
1 parent 4f5bfea commit 90d2bbf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: CHANGELOG

+8-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ cocos2d-x-3.17.1 Nov.19 2018
1818
[REFINE] Action: add ui::LoadingBar support to Progress actions
1919
[REFINE] Network: support multiple parameters in SocketIO emit/send method
2020
[REFINE] FileUtils: improve thread safety (use single recursive_mutex)
21-
[REFINE] FileUitils: add getFileSize impl for Windows
21+
[REFINE] FileUtils: add getFileSize impl for Windows
2222
[REFINE] FileUtils: add listFiles impl for Android and Windows platform
23+
[REFINE] FileUtils: exact fullPathForDirectory from fullPathForFilename, fullPathForFilename should not accept directory
2324
[REFINE] CMake: improve libraries link, compile options config
2425
[REFINE] CMake: remove un-elegant prebuilt feature at internal cmake build scripts
2526
[REFINE] 3rd: upgrade libwebsockets to 2.4.2 with libuv enabled
2627
[REFINE] 3rd: improve cmake build scripts for external libs
28+
[REFINE] 3rd: upgrade luajit to 2.1.0-beta3
29+
[REFINE] 3rd: external/lua/lua is not referenced in cmake and it will be removed in the near future
2730
[REFINE] Tests: add websocket latency test
2831
[REFINE] Tests: add download multi task test case
2932
[REFINE] Tests: improve part test cases UI shows
@@ -54,16 +57,19 @@ cocos2d-x-3.17.1 Nov.19 2018
5457
[FIX] Audio: add extra init checks in pcm audio service, avoid crash in PcmAudioService
5558
[FIX] Audio: fix AVAudioSessionErrorCodeCannotStartPlaying error may occur on Apple
5659
[FIX] Audio: fix background music may resumes even the application is on the background on Android
60+
[FIX] Audio: fix AudioCache* holding invalid pointer value
5761
[FIX] Network: fix memory leaks in WebSocket
5862
[FIX] Network: fix websocket memory zereoing size error
5963
[FIX] Network: fix https downloader timeout on win/mac
6064
[FIX] Network: fix "cc.loader.load" convert url error
6165
[FIX] iOS: fix project build warnings in Xcode
6266
[FIX] iOS: fix crash when saving gray colorspace image
67+
[FIX] iOS: `js/lua tests` fix double free issue on app exits.
6368
[FIX] Android: shorten C++ build path, reduce long path error on Windows
6469
[FIX] Android: keep cocos2dx activity at task root by mark "singleTask" in manifest
6570
[FIX] Android: fix crash caused by JNIEnv null pointer in getStringUTFCharsJNI function
6671
[FIX] Android: use 'Binary names' style on JNI for ClassLoader.loadClass
72+
[FIX] Android: allow cleartext HTTP traffic by default
6773
[FIX] Action: fix repeat CallFunc for some times, may never stop
6874
[FIX] Physics: fix PhysicsJointMotor setRate and getRate Bad Access Crash
6975
[FIX] FileUtils: fix removeDirectory() failure on win32
@@ -1239,7 +1245,7 @@ cocos2d-x-3.7rc0 July.1 2015
12391245
[NEW] C++: Added ActionFloat
12401246
[NEW] C++: Supported physical keyboard on WinRT
12411247
[NEW] FileUtils: checked filename case characters on windows
1242-
[NEW] FileUitls: added supporting loading files that which file path include utf-8 characters
1248+
[NEW] FileUtils: added supporting loading files that which file path include utf-8 characters
12431249
[NEW] PhysicsShape: added sensor property
12441250
[NEW] Sprite: used triangle command
12451251
[NEW] 3d: Added `getFarPlane` and `getNearPlane` in `Camera` class

0 commit comments

Comments
 (0)