From 6f7fd6955cb775dd26b40280fc579f8bb74c4ec3 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 6 Aug 2024 13:12:57 -0700 Subject: [PATCH] changelog --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2a46f460..744c7d5a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added - feat: management canister interface updates for schnorr signatures +- feat: ensure that identity-secp256k1 seed phrase must produce a 64 byte seed ### Changed - feat: replaces hdkey and bip32 implementations with `@scure/bip39` and `@scure/bip32` due to vulnerability and lack of maintenance for `elliptic`