From 866a59f7a3ab0042f1b587357122b4bd916f7716 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 21 Apr 2017 08:30:42 +1000 Subject: [PATCH] CHANGELOG: add missing entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d58c2..7ccc28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ __added__ - Added `Transaction.prototype.toBuffer` Segregated Witness serialization support (#684, #701) - Added `Transaction.prototype.hasWitnesses` (#718) - Added `script.witnessCommitment.*` template +- Added `TransactionBuilder.prototype.sign` now has two additional parameters, `witnessValue`, and `witnessScript` +- Added `Transaction.hashForWitnessV0` and `Transaction.setWitness` (5c2fdb60436714f18440dc709f0be065928c1e49) __fixed__ - Fixed `script` must compile minimally (#638) @@ -20,6 +22,7 @@ __removed__ - Removed `buffer-equals`/`buffer-compare` dependencies (#650) - Removed `HDNode.prototype.toString` (#665) - Removed `dogecoin` network (#675) +- Removed `message` export, moved to [`bitcoinjs-message`](https://github.com/bitcoinjs/bitcoinjs-message) (#456) __renamed__ - Removed `script.*` functions in favour of `bitcoin.script.*.(input/output).(encode/decode/check)` style (#682)