Skip to content

Commit

Permalink
Update changelog and migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Jun 23, 2023
1 parent 2e8fbbd commit e27d38c
Show file tree
Hide file tree
Showing 2 changed files with 8 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

### PaymentSheet
[ADDED][6583](https://github.com/stripe/stripe-android/pull/6583) Added dedicated remember methods for `PaymentSheet` and `PaymentSheet.FlowController` for easier integration in Compose.
[DEPRECATED][6583](https://github.com/stripe/stripe-android/pull/6583) Deprecated `PaymentSheetContract` and `PaymentSheetContract.Args`. Use the `PaymentSheet` constructor or new `rememberPaymentSheet` method instead.

## 20.25.7 - 2023-06-20

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

## Migrating from versions < 20.26.0
- Changes to `PaymentSheetContract`:
* `PaymentSheetContract` and `PaymentSheetContract.Args` are now deprecated and will be removed in a future release. To create and open a `PaymentSheet`, use the constructor or the new `rememberPaymentSheet()` method.

## 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 e27d38c

Please sign in to comment.