Skip to content

Commit

Permalink
add CHANGELOG links to betas
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Oct 1, 2024
1 parent ebc2eed commit 635092f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Braintree Android SDK Release Notes

## 5.0.0 (2024-09-30)

* PayPal
* Add PayPal App Switch vault flow (BETA)
* Add `enablePayPalAppSwitch` property to `PayPalVaultRequest` for App Switch support
* Require `PayPalVaultRequest.userAuthenticationEmail` for App Switch support
* Require `PayPalClient.appLinkReturnUrl` for App Switch support
* Send `link_type` and `paypal_installed` in `event_params` when available to PayPal's analytics service (FPTI)
* **Note:** This feature is currently in beta and may change or be removed in future releases.

* GooglePay
* Upgrade `play-services-wallet` to `19.4.0`
* Breaking Changes
Expand Down Expand Up @@ -43,6 +43,8 @@
* Remove `LocalPaymentAuthResultInfo`
* Make `LocalPaymentAuthRequestParams` internal
* Rename `LocalPaymentLauncher.handleReturnToAppFromBrowser()` to `LocalPaymentLauncher.handleReturnToApp()`

**Note:** Includes all changes in [5.0.0-beta2](#500-beta2-2024-08-28) and [5.0.0-beta1](#500-beta1-2024-07-23)

## 5.0.0-beta2 (2024-08-28)

Expand Down

0 comments on commit 635092f

Please sign in to comment.