doc: Add release note for disallowing some wallet path names

This commit is contained in:
David Gumberg
2026-04-29 14:35:35 -07:00
committed by Ava Chow
parent 3d7f0e4ed5
commit eed7af666b

View File

@@ -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.