From b802f663ee65e2fd826a51f3bc21b39d10d6e13c Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Fri, 15 Dec 2017 11:36:46 -0800 Subject: [PATCH] Update CHANGELOG for #853 & #855 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b13ba39859..28aa7098820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * `STPPaymentConfiguration.requiredShippingAddress` now is a set of `STPContactField` objects instead of a `PKAddressField` bitmask. * See MIGRATING.md for more information on any of the previously mentioned breaking API changes. * Pre-built view controllers now layout properly on iPhone X in landscape orientation, respecting `safeAreaInsets`. +* Fixes a bug in `STPAddCardViewController` that prevented users in countries without postal codes from adding a card when `requiredBillingFields = .Zip`. [#853](https://github.com/stripe/stripe-ios/pull/853) +* Fixes a bug in `STPPaymentCardTextField`. When completely filled out, it ignored calls to `becomeFirstResponder`. [#855](https://github.com/stripe/stripe-ios/pull/855) ## 11.5.0 2017-11-09