From 5f5cd5f88e5c1f9c38403f85afbbd5a300fc3a6b Mon Sep 17 00:00:00 2001 From: Miranda Jiang Date: Thu, 16 Apr 2026 15:29:44 -0700 Subject: [PATCH 1/2] adding changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446003b43c1..fcc1e40d95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ MINOR ### PaymentSheet * [Fixed] Fixed an issue where `LinkController` used the shared `STPAPIClient` instead of the `apiClient` specified in the caller, affecting apps using multiple API client instances. +### Connect +* [Changed] [#66351](https://github.com/stripe/stripe-ios/pull/6351) Changed the types for new theming tokens in Connect Embedded Components from PreviewConnect to fully public (GA). + ## 25.11.0 2026-04-13 ### PaymentSheet * [Added] Added support for Pay by Bank payments (GA in GB, private preview in EU). From 65ffea94d1962b22eb97f18588dc93e92699fd75 Mon Sep 17 00:00:00 2001 From: Miranda Jiang Date: Fri, 17 Apr 2026 11:17:41 -0700 Subject: [PATCH 2/2] changing description --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc1e40d95d..a47c99edcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ MINOR * [Fixed] Fixed an issue where `LinkController` used the shared `STPAPIClient` instead of the `apiClient` specified in the caller, affecting apps using multiple API client instances. ### Connect -* [Changed] [#66351](https://github.com/stripe/stripe-ios/pull/6351) Changed the types for new theming tokens in Connect Embedded Components from PreviewConnect to fully public (GA). +* [Changed] [#66351](https://github.com/stripe/stripe-ios/pull/6351) Theming tokens in connect embedded components is now GA. ## 25.11.0 2026-04-13 ### PaymentSheet