From 384b1557b2d64f01379fc455ee78e12da05c9426 Mon Sep 17 00:00:00 2001 From: Tiffany Lu Date: Wed, 24 May 2017 16:28:27 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 527c18891..8c4a438be 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,8 +47,8 @@ - Removes the `shouldOpenURIExternally` field from `ABKInAppMessage`. - Requires XCode 8.3. - Changes the behavior of the `onCardClicked:feedViewController:` method in `ABKFeedViewControllerDelegate` to let Appboy handle the card click action if the delegate method returns `NO`. - - Previously, Appboy would handle the card click action if `onCardClicked:feedViewController:` returned `YES`. - - This change standardizes delegate behavior with `ABKInAppMessageControllerDelegate` and `ABKURLDelegate`. + - Previously, Appboy would handle the card click action if `onCardClicked:feedViewController:` returned `YES`. + - This change standardizes delegate behavior with `ABKInAppMessageControllerDelegate` and `ABKURLDelegate`. ##### Added: - Adds the property `openUrlInWebView` to `ABKInAppMessage`, `ABKInAppMessageButton` and `ABKCard`. This property determines if the URL associated with the object will be opened in a `UIWebView`.