Update changelog

This commit is contained in:
rajarshimaitra 2021-11-06 20:13:45 +05:30
parent 16e832533c
commit 9e29e2d2b1
No known key found for this signature in database
GPG Key ID: 558ACE7DBB4377C8

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- BIP39 implementation dependency, in `keys::bip39` changed from tiny-bip39 to rust-bip39.
## [v0.13.0] - [v0.12.0]
- Exposed `get_tx()` method from `Database` to `Wallet`.