diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-23 16:56:32 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-25 09:52:09 +0200 |
commit | faa9c19a4b27e7fabf7c5deae1b4c4ca612ed01a (patch) | |
tree | 488b5b099cb7c1d0d19f2dc03bb5f508a07df724 /doc | |
parent | faff17bbde6dcb1482a6210bc48b3192603a446f (diff) |
doc: Add 23061 release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 915bda2ea3..a57ddb85ca 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -86,6 +86,12 @@ New settings Updated settings ---------------- +- In previous releases, the meaning of the command line option + `-persistmempool` (without a value provided) incorrectly disabled mempool + persistence. `-persistmempool` is now treated like other boolean options to + mean `-persistmempool=1`. Passing `-persistmempool=0`, `-persistmempool=1` + and `-nopersistmempool` is unaffected. (#23061) + Tools and Utilities ------------------- |