Skip to content

Commit aeb433e

Browse files
committed
README
1 parent 30a5fda commit aeb433e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,13 @@ you found another primitive that is missing.
446446

447447
## Upgrading
448448

449-
Upgrading from 1.0 to 2.0: `secp256k1` module was changed massively:
450-
before, it was using [noble-secp256k1 1.7](https://github.com/paulmillr/noble-secp256k1);
451-
now it uses safer [noble-curves](https://github.com/paulmillr/noble-curves). Please refer
452-
to [upgrading section from curves README](https://github.com/paulmillr/noble-curves#upgrading).
449+
Upgrading from 1.0 to 2.0:
450+
451+
1. `secp256k1` module was changed massively:
452+
before, it was using [noble-secp256k1 1.7](https://github.com/paulmillr/noble-secp256k1);
453+
now it uses safer [noble-curves](https://github.com/paulmillr/noble-curves). Please refer
454+
to [upgrading section from curves README](https://github.com/paulmillr/noble-curves#upgrading).
455+
2. node.js 14 and older support was dropped. Upgrade to node.js 16 or later.
453456

454457
Upgrading from 0.1 to 1.0: **Same functionality**, all old APIs remain the same except for the breaking changes:
455458

0 commit comments

Comments
 (0)