update README for 0.13

This commit is contained in:
Andrew Poelstra 2018-04-16 23:19:38 +00:00
parent 33c33c9dde
commit 155ff1f26e
1 changed files with 8 additions and 0 deletions

View File

@ -94,3 +94,11 @@ See `Transaction::verify` and `Script::verify` methods.
* Support segwit address types * Support segwit address types
### 0.13
* Move witnesses inside the `TxIn` structure
* Add `Transaction::get_weight()`
* Update bip143 `sighash_all` API to be more ergonomic