From 8e0d9a7f697615cca77dc15054281d6c702030f3 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 8 Aug 2016 16:12:20 +1000 Subject: [PATCH 1/2] update CHANGELOG for 2.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9c8a3..0353646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 2.3.0 +__added__ +- Added `HDNode.prototype.isNeutered` (#536) +- Added `HDNode.prototype.derivePath` (#538) +- Added typeforce checking for `HDNode.prototype.derive*` (#539) +- Added `Transaction.prototype.isCoinbase` (#578) +- Added `Block.prototype.checkMerkleRoot` (#580) +- Added `Block.calculateMerkleRoot` (#580) +- Added `TransactionBuilder.prototype.setVersion` (#599) +- Added `script.isWitnessPubKeyHashOutput` (#602) +- Added `script.isWitnessScriptHashOutput` (#602) +- Added `script.witnessPubKeyHashOutput` (#602) +- Added `script.witnessScriptHashOutput` (#602) +- Added `script.witnessScriptHashInput` (#602) + +__fixed__ +- Fixed "BIP32 is undefined" when network list given to `HDNode` but no compatible version found (#550) +- Fixed `writePushDataInt` output to adhere to minimal data push policy (#617) + + # 2.2.0 __added__ - Added `Block.calculateTarget` for difficulty calculations (#509) From 27e83a2d8ab64ba900565407c311dae27af85388 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 8 Aug 2016 15:46:17 +1000 Subject: [PATCH 2/2] 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d4ba52..a6060de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcoinjs-lib", - "version": "2.2.0", + "version": "2.3.0", "description": "Client-side Bitcoin JavaScript library", "main": "./src/index.js", "keywords": [