aboutsummaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index 1cfb62637..5ec48a1b7 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -4,6 +4,8 @@ This files contains all the API changes for the current release:
## wallet-core
- - AcceptManualWithdrawalResult.exchangePaytoUris is deprecated
- - WithdrawalExchangeAccountDetails.transferAmount is now optional (if convertion applies)
- - added WithdrawalExchangeAccountDetails.currencySpecification about the transferAmount currency
+- AcceptManualWithdrawalResult.exchangePaytoUris is deprecated
+- WithdrawalExchangeAccountDetails.transferAmount is now optional (if convertion applies)
+- added WithdrawalExchangeAccountDetails.currencySpecification about the transferAmount currency
+- 2023-12-05 dold: added WithdrawalExchangeAccountDetails.{status,conversionError} to inform the client
+ about errors with a particular conversion account instead of failing the whole withdrawal(-info) request.