From b0b0bc69410b5cb1baf59bfe3d987dcf864d445c Mon Sep 17 00:00:00 2001 From: Till Hellmund Date: Tue, 27 Sep 2022 12:36:57 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12523b8b4fb..3a7f1e7ade5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## X.X.X - 2022-XX-XX +### Payments + +* [FIXED][5547](https://github.com/stripe/stripe-android/pull/5547) Expiry dates in `CardInputWidget`, `CardMultilineWidget`, and `CardFormView` are no longer formatted incorrectly on certain devices. + ### PaymentSheet * [FIXED][5624](https://github.com/stripe/stripe-android/pull/5624) `CollectBankAccountResult` included intents will now contain the expanded `payment_method` field. @@ -10,10 +14,6 @@ This release fixes a payment-method related error in `PaymentSheet` and manages missing permissions on Financial Connections. -### Payments - -* [FIXED][5547](https://github.com/stripe/stripe-android/pull/5547) Expiry dates in `CardInputWidget`, `CardMultilineWidget`, and `CardFormView` are no longer formatted incorrectly on certain devices. - ### PaymentSheet * [FIXED][5592](https://github.com/stripe/stripe-android/pull/5592)[5613](https://github.com/stripe/stripe-android/pull/5613) Fix deletion of the last used payment method.