From a90d7da0bf6c7c69ad4fd4b5374cdc5bbb6513d6 Mon Sep 17 00:00:00 2001 From: Wenzhi Date: Wed, 8 Feb 2017 13:58:43 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ccb0295..4084eb175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 1.10.0 * Adds a new method `DisplayNextInAppMessage(bool withDelegate)` in iOS plugin to display next in-app message from the in-app message stack, if there is one. * When the withDelegate is false, the in-app message will be displayed in Appboy's default UI. Otherwise, it will follow the normal in-app message displaying path by going through the `- (ABKInAppMessageDisplayChoice)beforeInAppMessageDisplayed:(ABKInAppMessage *)inAppMessage withKeyboardIsUp:(BOOL)keyboardIsUp` in `AppboyUnityManager.m`. -* updates the Android plugin to use Appboy Android SDK 1.18.0. +* Updates the Android plugin to use Appboy Android SDK 1.18.0. * Updates the iOS plugin to user Appboy iOS SDK 2.25.0. * Updates the SDK to be compatible with Unity 5.5+.