Merge pull request #66 from rust-bitcoin/0.12

bump to 0.12
This commit is contained in:
Andrew Poelstra 2018-03-23 16:58:14 +00:00 committed by GitHub
commit 0aa5cee39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "bitcoin"
version = "0.11.2"
version = "0.12.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"

View File

@ -84,9 +84,9 @@ downstream users to also have a `num` dependency just so they can use `Uint256::
* A new optional feature "bitcoinconsenus" lets this library use Bitcoin Core's native
script verifier, wrappend into Rust by the rust-bitcoinconsenus project.
See Transaction::verify and Script::verify methods.
See `Transaction::verify` and `Script::verify` methods.
* Replaced Base58 traits with encode_slice, check_encode_slice, from and from_check functions in the base58 module.
* Replaced Base58 traits with `encode_slice`, `check_encode_slice`, from and `from_check` functions in the base58 module.
* Un-reversed the Debug output for Sha256dHash