From 155ff1f26ef04486c999d73719d6ff581123719d Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 16 Apr 2018 23:19:38 +0000 Subject: [PATCH] update README for 0.13 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 68077051..c6582730 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,11 @@ See `Transaction::verify` and `Script::verify` methods. * 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 +