Skip to content

Commit

Permalink
Mention 2.3.1 breaking change
Browse files Browse the repository at this point in the history
This should probably be mentioned in the changelogs.
  • Loading branch information
SebastienGllmt committed Apr 8, 2019
1 parent cd6bcdb commit a8a489c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,3 +8,9 @@ __changed__

This comment has been minimized.

Copy link
@wallace678
__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.

0 comments on commit a8a489c

Please sign in to comment.