From 77fed42a26bae08d0d610a353b73ce44a10f6b44 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 5 Feb 2016 14:42:49 +1100 Subject: [PATCH] CHANGELOG: add PR numbers --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c080c8..af9c8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # 2.2.0 __added__ -- Added `Block.calculateTarget` for difficulty calculations -- Added `Block.prototype.checkProofOfWork` -- Added `opcodes.OP_CHECKLOCKTIMEVERIFY` alias for `OP_NOP2`, -- Added `script.number.[encode/decode]` for CScriptNum-encoded `Buffer`s -- Added `TransactionBuilder.prototype.setLockTime` +- Added `Block.calculateTarget` for difficulty calculations (#509) +- Added `Block.prototype.checkProofOfWork` (#509) +- Added `opcodes.OP_CHECKLOCKTIMEVERIFY` alias for `OP_NOP2` (#511) +- Added `script.number.[encode/decode]` for CScriptNum-encoded `Buffer`s (#516) +- Added `TransactionBuilder.prototype.setLockTime` (#507) __fixed__ -- Bumped `typeforce` version to fix erroneous error message from `types.Hash*bit` types +- Bumped `typeforce` version to fix erroneous error message from `types.Hash*bit` types (#534) # 2.1.4