Skip to content

Commit 41a5233

Browse files
Update CHANGELOG.md
1 parent 0245a56 commit 41a5233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
* 'enrollABOnRCDownload' to enroll A/B tests when remote config values downloaded
1414
* 'enableRemoteConfigAutomaticTriggers' to automatically download remote config values on init
1515
* 'remoteConfigRegisterGlobalCallback(RCDownloadCallback callback)' to register a remote config callback
16-
* Added the ability to set the user profile picture with an URL
16+
* Added the ability to set the user profile picture with a URL
1717
* Added the DeviceId interface. It is accessible through "Countly::instance()::deviceId()" call.
1818
* Added a way to get device id type by calling "Countly::deviceId::getType" via "instance()" call
1919
* The SDK now uses a different file for internal configuration. Old file will be deleted.
2020

2121
* Fixed a bug where it was not possible to send a profile picture with binary data
2222

23-
* Depcerated following functions from "Usage" interface and respective implementations:
23+
* Deprecated following functions from "Usage" interface and respective implementations:
2424
* "changeDeviceIdWithoutMerge" instead use "Countly::deviceId::changeWithoutMerge" via "instance()" call
2525
* "changeDeviceIdWithMerge" instead use "Countly::deviceId::changeWithMerge" via "instance()" call
2626
* "getDeviceId" instead use "Countly::deviceId::getID" via "instance()" call

0 commit comments

Comments
 (0)