From 30b9fbad0f730e2da41c689c4cdfe9aa7b8fcf62 Mon Sep 17 00:00:00 2001 From: Ben Guo Date: Fri, 15 Dec 2017 14:49:13 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b13ba39859..304db4b0d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ * Minimum supported Xcode version is now 9.0 * `AddressBook` framework support has been removed. * `STPRedirectContext` will no longer retain itself for the duration of the redirect, you must explicitly maintain a reference to it yourself. -* `STPPaymentConfiguration.requiredShippingAddress` now is a set of `STPContactField` objects instead of a `PKAddressField` bitmask. +* `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`. - +* `STPPaymentContext` now has a `largeTitleDisplayMode` property, which you can use to control the title display mode in the navigation bar of our pre-built view controllers. ## 11.5.0 2017-11-09 * Adds a new helper method to `STPSourceParams` for creating reusable Alipay sources. [#811](https://github.com/stripe/stripe-ios/pull/811)