From eed7af666b6670badc9f58d200b77dc973786c60 Mon Sep 17 00:00:00 2001 From: David Gumberg Date: Wed, 29 Apr 2026 14:35:35 -0700 Subject: [PATCH] doc: Add release note for disallowing some wallet path names --- doc/release-notes-34544.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/release-notes-34544.md diff --git a/doc/release-notes-34544.md b/doc/release-notes-34544.md new file mode 100644 index 00000000000..bcc3e38f3c4 --- /dev/null +++ b/doc/release-notes-34544.md @@ -0,0 +1,7 @@ +Wallet +------ + +- Wallets names that are relative paths including `..` and `.` elements, and + wallets named `/` are no longer allowed. Any users that depended on this + behavior can instead use absolute paths to their wallet or move their wallet + to a safer path.