Skip to content

Commit c5dfc64

Browse files
committed
Merge pull request bitcoinjs#485 from bitcoinjs/2.1.1
2.1.1
2 parents 0eadf3d + 61ecee0 commit c5dfc64

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.1.1
2+
3+
__changed__
4+
- removed use of `buffer-reverse`, dependency only kept for `bufferutils.reverse`, to be deprecated (#478)
5+
6+
__fixed__
7+
- `isMultisigOutput` no longer allows data chunks for `m`/`n` (#482)
8+
- `isMultisigOutput`'s `n` value must now match the number of public keys (as per bitcoin/bitcoin) (#484)
9+
10+
111
# 2.1.0
212

313
From this release users should use the HDNode directly (compared to accessing `.keyPair`) when performing ECDSA operations such as `sign` or `verify`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoinjs-lib",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Client-side Bitcoin JavaScript library",
55
"main": "./src/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)