From 45d323826f7d95361ebf54419bece47eaf6388fd Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Mon, 8 Jul 2024 13:44:38 -0700 Subject: [PATCH] update Changelog --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a148ff7d94..baee926887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,24 @@ # Braintree Android SDK Release Notes +## unreleased + +* PayPalNativeCheckout (DEPRECATED) + * **NOTE:** This module is being deprecated and will be removed in the future version of the SDK + * Add deprecated warning message to all public classes and methods +* ThreeDSecure + * Add customFields param to ThreeDSecureRequest + ## 4.48.0 (2024-07-02) * PayPal * Fix `PayPalAccountNonce` Null Pointer Exception by ensuring that all `@NonNull` values are initialized with a non-null value. -* PayPalNativeCheckout (DEPRECATED) +* PayPalNativeCheckout * Fix `PayPalNativeCheckoutAccountNonce` Null Pointer Exception by ensuring that all `@NonNull` values are initialized with a non-null value. - * **NOTE:** This module is being deprecated and will be removed in the future version of the SDK - * Add deprecated warning message to all public classes and methods * BraintreeCore * Use TLS 1.3 for all HTTP requests, when available * Refactor TLSCertificatePinning `certInputStream` property to initialize a `ByteArrayInputStream` once instead of every time the property is accessed. * ThreeDSecure * Move Cardinal cleanup from SDK internals into `ThreeDSecureActivity`. - * Add customFields param to ThreeDSecureRequest ## 4.47.0 (2024-06-06)