You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,15 @@ Changelog
28
28
**4.0.0**
29
29
30
30
* 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
34
36
* changed user id logic to always use randomized id (except if custom id is set)
35
37
* replaced usage of unsafe cstrings and functions with safer alternatives
0 commit comments