summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-31 10:19:23 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-31 10:19:23 +0100
commit0cbad74b569ad8cc4d8a9fd81868d1cc3f1ac31c (patch)
tree9c136dd565d34a112b8bc6e63c1304f612621763 /ChangeLog
parentf0668d2ce060ddd6bdb6d1d18f3f874a42931584 (diff)
downloadmerchant-0cbad74b569ad8cc4d8a9fd81868d1cc3f1ac31c.tar.gz
merchant-0cbad74b569ad8cc4d8a9fd81868d1cc3f1ac31c.tar.bz2
merchant-0cbad74b569ad8cc4d8a9fd81868d1cc3f1ac31c.zip
version bump
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ab8d28d..56326347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Oct 31 10:10:49 AM CET 2020
+ Major revamp of the entire API (now 1:0:0), changing the names of
+ many endpoints for better consistency.
+ Adding support for (optional) inventory management.
+ Releasing taler-merchant 0.8.0. -CG/JB
+
Sun 12 Apr 2020 08:45:11 PM CEST
Changed /tip-pickup API to withdraw directly from the exchange
and return blind signatures, instead of having the wallet do it (#6173). -CG