From dfecbc0c3eb9a3fb232d6c12bbebc3cefcc83472 Mon Sep 17 00:00:00 2001 From: John Woo Date: Mon, 17 Jul 2023 10:14:24 -0700 Subject: [PATCH] Fixing changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d50be29929..ec014a99614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 23.11.0 2023-07-17 +### CustomerSheet +* [Changed] Breaking interface change for `CustomerSheetResult`. `CustomerSheetResult.canceled` now has a nullable associated value signifying that there is no selected payment method. Please use both `.canceled(StripeOptionSelection?)` and `.selected(PaymentOptionSelection?)` to update your UI to show the latest selected payment method. + ## 23.10.0 2023-07-10 ### Payments * [Fixed] A bug where `mandate_data` was not being properly attached to PayPal SetupIntent's. @@ -8,9 +12,6 @@ ### PaymentSheet * [Added] US bank accounts are now supported when initializing with an IntentConfiguration. -### CustomerSheet -* [Changed] Breaking interface change for `CustomerSheetResult`. `CustomerSheetResult.canceled` now has a nullable associated value signifying that there is no selected payment method. Please use both `.canceled(StripeOptionSelection?)` and `.selected(PaymentOptionSelection?)` to update your UI to show the latest selected payment method. - ## 23.9.3 2023-06-26 ### PaymentSheet * [Fixed] Affirm no longer requires shipping details.