From 49fffc41b1d5d7438d321f5b96914e1f72e18df2 Mon Sep 17 00:00:00 2001 From: David Estes Date: Thu, 25 Jul 2019 15:29:32 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff4020a1cf..53117cafd0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 16.0.1 2019-07-25 -* Migrates Stripe3DS2.framework to libStripe3DS2.a, resolving an issue with App Store validation. -* Fixes a crash in STPPaymentHandler. +* Migrates Stripe3DS2.framework to libStripe3DS2.a, resolving an issue with App Store validation. [#1246]( https://github.com/stripe/stripe-ios/pull/1246) +* Fixes a crash in STPPaymentHandler. [#1244](https://github.com/stripe/stripe-ios/pull/1244) ## 16.0.0 2019-07-18 * Migrates STPPaymentCardTextField.cardParams property type from STPCardParams to STPPaymentMethodCardParams