Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Khateev <[email protected]>
  • Loading branch information
Nikita Khateev committed Feb 8, 2019
1 parent 122779e commit 35b2723
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 1.8.0 - 2018-1-31
## 1.8.1 - 2019-02-08

* Bugfixes:
* Set default freshness threshold to u64::MAX -- if you need to change it, look at the `indy_set_runtime_config` call.
* Fixed a bug in freshness threshold calculation.
* Fixed a bug with libnullpay and VCX connected to logging initialization.

## 1.8.0 - 2019-01-31
* Added function `indy_get_current_error` to get additional information for last error occurred in Libindy.
* Updated Libindy wrappers for automatic getting error details:
* Python - added `message` and `indy_backtrace` fields to `IndyError` object.
Expand Down
3 changes: 3 additions & 0 deletions libindy/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ libindy (1.8.1) unstable; urgency=medium

[ Hyperledger ]

* 1.8.1
* Bugfixes

* 1.8.0
* Added function `indy_get_current_error` to get additional information for last error occurred in Libindy.
* Implemented automatic filtering of outdated responses based on comparison of local time with latest transaction ordering time.
Expand Down

0 comments on commit 35b2723

Please sign in to comment.