Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Jul 8, 2024
1 parent 5a187be commit 45d3238
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 45d3238

Please sign in to comment.