Browse Source

Merge pull request #111 from SebastienGllmt/patch-2

Mention 2.3.1 breaking change
master
Jonathan Underwood 5 years ago
committed by GitHub
parent
commit
07c06c0911
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md

6
CHANGELOG.md

@ -8,3 +8,9 @@ __changed__
__removed__
- Removed explicit hex methods (use `toString('hex')` on the Buffer) (#104)
# 2.3.1
__breaking changes__
9-letter mnemonics can no longer be geerated and calling `validateMnemonic` will always return false. This was [fixed in the BIP as a patch](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#generating-the-mnemonic), so we had to follow suite.

Loading…
Cancel
Save