Skip to content

Commit

Permalink
Add notes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Jun 26, 2023
1 parent 4de6c8e commit 4a772c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## XX.XX.XX - 2023-XX-XX

### Payments
* [ADDED][6912](https://github.com/stripe/stripe-android/pull/6912) `GooglePayPaymentMethodLauncher` can now be presented with an amount of type `Long`. The method to present with an `Int` has been deprecated.
* [DEPRECATED][6912](https://github.com/stripe/stripe-android/pull/6912) `GooglePayLauncherContract` and `GooglePayPaymentMethodLauncherContract` have been deprecated and will be removed in a future release. Use `GooglePayLauncher` and `GooglePayPaymentMethodLauncher` directly instead.

## 20.25.7 - 2023-06-20

### Financial Connections
Expand Down
6 changes: 6 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Migration Guide

## Migrating from versions < 20.26.0
- Changes to `GooglePayLauncherContract`
* The class has been deprecated and will be removed in a future release. Use `GooglePayLauncher` directly.
- Changes to `GooglePayPaymentMethodLauncherContract`
* The class has been deprecated and will be removed in a future release. Use `GooglePayPaymentMethodLauncher` directly.

## Migrating from versions < 20.5.0
- Changes to `PaymentSheet.Configuration`
* `primaryButtonColor` is now deprecated. Please use the new `Appearance` parameter instead:
Expand Down

0 comments on commit 4a772c2

Please sign in to comment.