Skip to content

Commit 0b81d7c

Browse files
committed
Update CHANGELOG.md
1 parent 3d8f2d7 commit 0b81d7c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ The SDK now targets Android 16, ensuring compliance with the latest Google Play
1414
**Internal storage migrated from SharedPreferences to AndroidX DataStore**<br>
1515
All internal SDK data storage has been migrated from SharedPreferences to AndroidX DataStore, bringing significant improvements to reliability, thread safety, and performance. Sensitive data is now protected with AES-256-GCM encryption via Android Keystore. Existing SDK data is automatically migrated on first launch with no action required from developers. This migration is one-way — downgrading to a previous SDK version after upgrading will result in loss of local SDK state.
1616

17+
**Removed deprecated `handlePushMessage` APIs**<br>
18+
The `handlePushMessage()` and `handlePushMessage(TaskStackBuilder)` methods have been removed. These APIs were no longer required — the SDK now directly opens the chat screen when a push notification is tapped. No replacement is needed.
19+
1720
### 🐛 Bug Fixes
1821
* Fixed English missing from the supported languages header
1922
* Fixed in-app notification disappearance in certain cases
@@ -728,9 +731,9 @@ Bug fixes
728731

729732
**Fin...**
730733
* Holds complete support conversations in plain English, powered by GPT-4 and Intercom’s proprietary ML technology.
731-
* Requires zero setup. Just point it at your help center and turn it on.
732-
* Provides trustworthy, accurate answers based on your existing support content.
733-
* Seamlessly passes more complex questions directly to your human support team.
734+
* Requires zero setup. Just point it at your help center and turn it on.
735+
* Provides trustworthy, accurate answers based on your existing support content.
736+
* Seamlessly passes more complex questions directly to your human support team.
734737

735738
**Learn more 👉 [www.intercom.com/fin]([www.intercom.com/fin])**
736739
### Bug Fixes

0 commit comments

Comments
 (0)