aboutsummaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-11 20:01:28 +0100
committerFlorian Dold <florian@dold.me>2023-12-12 15:42:34 +0100
commite31f18b8f129adb9cbe33158297a9cff56a7143e (patch)
treefc960e069a08ca1924a79c154f5ced26db709348 /API_CHANGES.md
parent055645e17aa9424f299aa04f686de7574ab437c7 (diff)
downloadwallet-core-e31f18b8f129adb9cbe33158297a9cff56a7143e.tar.xz
wallet-core: towards better DD48 support
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index 6fceca31c..f53daf598 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -23,3 +23,7 @@ This files contains all the API changes for the current release:
via a taler://withdraw-exchange URI.
- 2023-12-11 dold: Add exchangeBaseUrl to the checkPeerPushDebit response.
- 2023-12-11 dold: Add scopeInfo to exchange entry list items.
+- BREAK 2023-12-12 dold: Remove forceUpdate and masterPub arguments from addExchange
+ request. This request has previously been overloaded both to update an
+ exchange entry as well as to add it.
+ To update the entry, updateExchangeEntry should be used instead. \ No newline at end of file