Mention 2.3.1 breaking change

This should probably be mentioned in the changelogs.
This commit is contained in:
Sebastien Guillemot 2019-04-09 06:39:05 +09:00 committed by GitHub
parent cd6bcdbb2e
commit a8a489c866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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.