From d3b59fa7a1bd49506dc7b9f2816230626b52a5a8 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 5 Feb 2016 14:40:16 +1100 Subject: [PATCH] CHANGELOG: add 2.2.0 notes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1572547..2c080c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 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` + +__fixed__ +- Bumped `typeforce` version to fix erroneous error message from `types.Hash*bit` types + + # 2.1.4 __fixed__ - script.isPubKeyHashOutput and script.isScriptHashOutput no longer allow for non-minimal data pushes (per bitcoin/bitcoin `IsStandard` policy) (#499)