Skip to content

Commit 87f407b

Browse files
all: update CHANGELOG.md
Co-authored-by: Arnaud Barisain-Monrose <[email protected]>
1 parent 095f8c4 commit 87f407b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Android's manifest configuration `com.batch.flutter.use_gaid` has been removed.
1515
* iOS's property `canUseIDFA` from `BatchPluginConfiguration` is now deprecated and does nothing.
1616
* iOS's Info.plist property `BatchFlutterCanUseIDFA` has been removed.
17-
* You need to collect it from your side and pass it to Batch via the added `setAttributionIdentifier(String? id)` method.
17+
* You need to collect it from your side and pass it to Batch via the added `setAttributionIdentifier(String? id)` method. Batch will persist it across starts.
1818
* Added `setEmail(String? email)` method to `BatchUserDataEditor`. This requires to have a user identifier registered or to call the `setIdentifier` method on the editor instance beforehand.
1919
* Added `setEmailMarketingSubscriptionState(BatchEmailSubscriptionState state)` method to `BatchUserDataEditor`.
2020

0 commit comments

Comments
 (0)