summaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-07 20:08:51 +0100
committerFlorian Dold <florian@dold.me>2023-12-07 20:08:51 +0100
commit13f397521c0bb2b1587fa287de5be49c74f69d12 (patch)
treee279b8fca4003fe7c401f432ddcc37adbd4d7577 /API_CHANGES.md
parent1a7cd398fb752d059e05ce928236727d0754dad9 (diff)
downloadwallet-core-13f397521c0bb2b1587fa287de5be49c74f69d12.tar.gz
wallet-core-13f397521c0bb2b1587fa287de5be49c74f69d12.tar.bz2
wallet-core-13f397521c0bb2b1587fa287de5be49c74f69d12.zip
wallet-core: implement prepareWithdrawExchange request
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index 3777dc068..3705aca3f 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -19,3 +19,5 @@ This files contains all the API changes for the current release:
- 2023-12-06 dold: Deprecate the tosStatus in the withdrawal details response.
This field does not conform to DD48 semantics and the client should
request the ToS status separately via a getExchangeEntryForUri request.
+- 2023-12-07 dold: Add the prepareWithdrawExchange request for withdrawals
+ via a taler://withdraw-exchange URI.