You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@
9
9
* Add support for custom loggers to libindy
10
10
* Performance improvements when ssearching wallets with large number of DIDs
11
11
* Added test_zmq tool
12
-
* LibVCX: TODO sumary of changes
12
+
* LibVCX:
13
+
* Added `protocol_type:4.0` implying that all inputs and outputs are expected to be in the Aries message format.
14
+
* Added a new function `vcx_delete_credential` to delete credential from the wallet.
15
+
* Changed behavior of `vcx_*_update_state_with_message` functions to not update the status of messages on the Agency. Instead, the application using VCX should care about changing of message status.
* Added `protocol_type:4.0` implying that all inputs and outputs are expected to be in the Aries message format.
7
+
* Added a new function `vcx_delete_credential` to delete credential from the wallet.
8
+
* Changed behavior of `vcx_*_update_state_with_message` functions to not update the status of messages on the Agency. Instead, the application using VCX should care about changing of message status.
0 commit comments