Update CHANGELOG.md

Co-authored-by: Steve Myers <github@notmandatory.org>
This commit is contained in:
thunderbiscuit 2022-08-18 14:04:31 -04:00 committed by GitHub
parent 8248660c52
commit 88427e4a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `derive(DerivationPath)` derives and returns child DescriptorPublicKey
- `extend(DerivationPath)` extends and returns DescriptorPublicKey
- `as_string()` returns DescriptorPublicKey as String
- Add `get_height()` and `get_block_hash()` methods on blockchain [#184]
- Add to `interface Blockchain` the `get_height()` and `get_block_hash()` methods [#184]
- Interfaces Added [#154]
- `DescriptorSecretKey`
- `DescriptorPublicKey`