diff options
author | John Moffett <john.moff@gmail.com> | 2023-02-09 15:25:19 -0500 |
---|---|---|
committer | John Moffett <john.moff@gmail.com> | 2023-02-21 14:40:59 -0500 |
commit | b4bdabc2238750a1f6e72cb1403f8b770fc4f365 (patch) | |
tree | 2cb9712a33f2d32439799ea7615a00128ca2bd25 /doc | |
parent | 4b1205ba37d6737722d2087696b1a054a852286a (diff) |
doc: Release notes for 27068
To reflect the change in behavior.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-27068.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-27068.md b/doc/release-notes-27068.md new file mode 100644 index 0000000000..3f5c5dba37 --- /dev/null +++ b/doc/release-notes-27068.md @@ -0,0 +1,6 @@ +Wallet +------ + +- Wallet passphrases may now contain null characters. + Prior to this change, only characters up to the first + null character were recognized and accepted. (#27068)
\ No newline at end of file |