From 15f8a144d48b6f16cd0a7b975fea903bf170ef77 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 28 Feb 2022 16:47:38 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78d425a..8e774b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,9 +39,13 @@ and this project adheres to - @cosmjs/ledger-amino: Renamed `LaunchpadLedger` to `LedgerConnector` ([#955]) - @cosmjs/encoding: Created `toBech32()` and `fromBech32()`. Class Bech32 is now deprecated and should not longer be used. ([#1053]) +- @cosmjs/crypto: Use a custom BIP-39 implementation to reduce external + dependencies. This should also reduce the bundle size as only the English + wordlist is shipped. ([#966]) [#927]: https://github.com/cosmos/cosmjs/issues/927 [#955]: https://github.com/cosmos/cosmjs/issues/955 +[#966]: https://github.com/cosmos/cosmjs/pull/966 [#989]: https://github.com/cosmos/cosmjs/issues/989 [#994]: https://github.com/cosmos/cosmjs/issues/994 [#1011]: https://github.com/cosmos/cosmjs/issues/1011