Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis authored Nov 10, 2023
1 parent 0245a56 commit 41a5233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* 'enrollABOnRCDownload' to enroll A/B tests when remote config values downloaded
* 'enableRemoteConfigAutomaticTriggers' to automatically download remote config values on init
* 'remoteConfigRegisterGlobalCallback(RCDownloadCallback callback)' to register a remote config callback
* Added the ability to set the user profile picture with an URL
* Added the ability to set the user profile picture with a URL
* Added the DeviceId interface. It is accessible through "Countly::instance()::deviceId()" call.
* Added a way to get device id type by calling "Countly::deviceId::getType" via "instance()" call
* The SDK now uses a different file for internal configuration. Old file will be deleted.

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

* Depcerated following functions from "Usage" interface and respective implementations:
* Deprecated following functions from "Usage" interface and respective implementations:
* "changeDeviceIdWithoutMerge" instead use "Countly::deviceId::changeWithoutMerge" via "instance()" call
* "changeDeviceIdWithMerge" instead use "Countly::deviceId::changeWithMerge" via "instance()" call
* "getDeviceId" instead use "Countly::deviceId::getID" via "instance()" call
Expand Down

0 comments on commit 41a5233

Please sign in to comment.