We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8af4ab commit b6c8168Copy full SHA for b6c8168
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 4.1.1
4
+
5
+### Added
6
7
+- added `getUserId()` and `getExternalUserId()` functions.
8
9
+### Fixed
10
11
+- fixed linux compilations issues with clang 18.X version
12
+- fixed progression event will now correctly send value
13
14
## 4.1.0
15
16
### Added
source/gameanalytics/GACommon.h
@@ -85,7 +85,7 @@ namespace gameanalytics
85
class GAState;
86
}
87
88
- constexpr const char* GA_VERSION_STR = "cpp 4.1.0";
+ constexpr const char* GA_VERSION_STR = "cpp 4.1.1";
89
90
constexpr int MAX_CUSTOM_FIELDS_COUNT = 50;
91
constexpr int MAX_CUSTOM_FIELDS_KEY_LENGTH = 64;
0 commit comments