summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 22:27:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 22:27:50 +0100
commit4f0e38ab12340cea7297fc661c98ddba2d2ef681 (patch)
tree7b0a02dc118e28e32a90e48abcb0e53a3d56c9e1 /ChangeLog
parent81d6f8e0df4a32ff83b2af5d9d9087594f216c26 (diff)
downloadexchange-4f0e38ab12340cea7297fc661c98ddba2d2ef681.tar.gz
exchange-4f0e38ab12340cea7297fc661c98ddba2d2ef681.tar.bz2
exchange-4f0e38ab12340cea7297fc661c98ddba2d2ef681.zip
more work on crypto RSA helper
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c64dae55..d1836d955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat 14 Nov 2020 05:47:30 PM CET
+ Modify taler-exchange-transfer to continue even after a
+ wire transfer failed due to the bank refusing it because
+ the target account does not exist. Changed the database
+ to track such failures in the respective table.
+ Opens new issue #6647. -CG
+
Tue 10 Nov 2020 01:03:22 PM CET
Updates to error codes and HTTP status codes for improved
consistency. Fixed spelling issues. Ensure main() returns