Skip to content

Commit a377bcf

Browse files
committed
updated changelog
1 parent 248e1c0 commit a377bcf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ Changelog
2828
**4.0.0**
2929

3030
* updated to C++17
31-
* refactored the code base
32-
* rewritten GA thread logic
33-
* rewritten build scripts
31+
* public functions will now expect `std::string` instead of `const char*`
32+
* configureAvailableCustomDimensions, configureAvailableResourceCurrencies and configureAvailableItemTypes will now require a `std::vector<std::string>` as argument
33+
* removed duplicated public functions, replaced with default arguments
34+
* added argument for IRemoteConfigsListener callback
35+
* rewritten build scripts, now requires python3
3436
* changed user id logic to always use randomized id (except if custom id is set)
3537
* replaced usage of unsafe cstrings and functions with safer alternatives
38+
* refactored the internal codebase
39+
* rewritten threading logic
3640
* replaced RapidJson
3741
* removed Tizien support
3842
* added SDK init event
@@ -42,6 +46,7 @@ Changelog
4246
* added exception handling
4347
* improved stability
4448
* various bug fixes
49+
* added sample app
4550

4651
How to build
4752
------------

0 commit comments

Comments
 (0)