From 4572390f40fce50ba186f13ae30b171887e3a104 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:07:01 -0700 Subject: [PATCH] Add 12-word mnemonic known issue (#18245) * Update CHANGELOG for 2.4.1 * Update some other items int he changelog * Revert "Update some other items int he changelog" This reverts commit 047b816cfe4a1f36174a382d8e74d5a67d2f5612. * changelog updates * Add 12-word mnemonic known issue * Update 12-word issue --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef6835e8995..6604ceb0cb13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ for setuptools_scm/PEP 440 reasons. ### Known Issues * A breaking backwards compatibility issue was introduced in 2.4.0 in the daemon RPC call `add_private_key`. We expect to resolve this in a future release. +* You cannot import or use a 12-word mnemonic key with 2.4.0 or 2.4.1. To import and use a 12-word mnemonic key we recommend you use 2.3.1. This will be resolved in a future release ### Deprecated macOS 11 (Big Sur) is deprecated. This release (2.4.1) will be the last release to support macOS 11