Merge pull request #248 from apoelstra/2019-03-0.18

bump version to 0.18
This commit is contained in:
Andrew Poelstra 2019-03-22 15:22:35 +00:00 committed by GitHub
commit 214345745b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
# 0.18.0 - 2019-03-21
* Update `bitcoin-bech32` version to 0.18
* add `to_bytes` method for `util::key` types
* add serde impls for `util::key` types
* contracthash: minor cleanups, use `util::key` types instead of `secp256k1` types
# 0.17.1 - 2019-03-04
* Add some trait impls to `PublicKey` for miniscript interoperability