aboutsummaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-11 10:45:02 +0100
committerFlorian Dold <florian@dold.me>2023-12-11 10:45:02 +0100
commitce139cd061f0d592804232d72aaf8904bbaf0caf (patch)
treee592a9d97d697956ff6616ea6c3a5fe5b4c7cfa1 /API_CHANGES.md
parent3c2e2aeba979dbafaed6c4ed749175da0ef93426 (diff)
downloadwallet-core-ce139cd061f0d592804232d72aaf8904bbaf0caf.tar.gz
wallet-core-ce139cd061f0d592804232d72aaf8904bbaf0caf.tar.bz2
wallet-core-ce139cd061f0d592804232d72aaf8904bbaf0caf.zip
wallet-core: add scopeInfo to exchange list entry items
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index d497e4d08..6fceca31c 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -21,4 +21,5 @@ This files contains all the API changes for the current release:
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.
-- 2023-12-11 dold: Add exchangeBaseUrl to the checkPeerPushDebit response. \ No newline at end of file
+- 2023-12-11 dold: Add exchangeBaseUrl to the checkPeerPushDebit response.
+- 2023-12-11 dold: Add scopeInfo to exchange entry list items.