From dcf10140ace7d47c653a2e8f5babb9b6b20c618f Mon Sep 17 00:00:00 2001 From: Oscar Spruit Date: Wed, 20 Nov 2024 10:35:21 +0100 Subject: [PATCH] Add release note COAND-984 --- RELEASE_NOTES.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index efe3a28d75..04b3a50ef3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,6 +9,4 @@ [//]: # ( - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object) ## Fixed -- For the Address Lookup functionality: - - Address data is now correctly saved to `PaymentComponentData`. - - Address fields that were edited manually no longer lose their state when starting Lookup mode. +- For drop-in, in some edge-cases the loading state would be shown on top of an error dialog. This is fixed now.