diff --git a/CHANGELOG.md b/CHANGELOG.md index 234be253f..87d55857a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 22.09.4 +* Added server side configuration functionality. This is an experimental feature. * Default max segmentation value count changed from 30 to 100 * Fixing bug that prevented device ID to be changed when there is no consent given diff --git a/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java b/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java index a6872e8e9..2de73878f 100644 --- a/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java +++ b/sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java @@ -924,7 +924,7 @@ public synchronized CountlyConfig enableExplicitStorageMode() { /** * This is an experimental feature and it can have breaking changes * - * with this mode enable, the SDK will acquire additional configuration from it's Countly server + * With this mode enable, the SDK will acquire additional configuration from it's Countly server * * @return */