diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-02-13 16:26:49 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-02-13 16:27:24 +0100 |
commit | a28ea316ed47d4e3e30de3fbd77d010f7f9c24ea (patch) | |
tree | 45135b71117f5c705dfabee47cad549d4171f07d | |
parent | 628103d673028fa59a31b885354eff1b8e04b794 (diff) | |
parent | facbdc0f5e04701905834f1b5d37e0ed41d2c2dd (diff) |
Merge #18139: doc: Add missing author to 0.19.1 release notes
facbdc0f5e04701905834f1b5d37e0ed41d2c2dd doc: Add missing author to 0.19.1 release notes (MarcoFalke)
Pull request description:
Commit 88729d8 is in 0.19, but the author is not in the release notes.
ACKs for top commit:
practicalswift:
ACK facbdc0f5e04701905834f1b5d37e0ed41d2c2dd - credit where credit is due :)
Tree-SHA512: 5e65bdb6d1e2318143c978f7e69e2c22f09dc257d92c5a88c52da43b12b812ebbe1a9202382545d8dfd3bc1ca1927543cfeb1d2e5d6da98c1e90bc26765cb8b4
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index fc37df3873..5746bebb0d 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -52,7 +52,7 @@ distribution provides binaries for the RISC-V platform. ### Wallet - #17643 Fix origfee return for bumpfee with feerate arg (instagibbs) - #16963 Fix `unique_ptr` usage in boost::signals2 (promag) -- #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas) +- #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas, mchrostowski) - #17924 Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (instagibbs) - #17621 IsUsedDestination should count any known single-key address (instagibbs) - #17843 Reset reused transactions cache (fjahr) @@ -107,6 +107,7 @@ Thanks to everyone who directly contributed to this release: - Karl-Johan Alm - Luke Dashjr - MarcoFalke +- Michael Chrostowski - Russell Yanofsky - Wladimir J. van der Laan |