diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-02-10 15:20:53 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-02-10 15:21:08 +0100 |
commit | 9bd082e6571761c5971d5c8bcc7b51650fa61c7a (patch) | |
tree | aadbfbc50d3dd481a7d5f4cf20ba439b03008474 | |
parent | ba0b7e1296ffe4c18f4138f30d2c0468644ebb72 (diff) |
doc: Update release notes for rc2
Tree-SHA512: 320576b94b58246ea7f2426e1dbe43cd0222c0ea58cf9a03e75225fcc226384478f39d7f54099d2cecbcf134a639932e7f2033eb3dd38786bb666dbb81aae2d7
-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 50a5ba901d..fc37df3873 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -55,17 +55,20 @@ distribution provides binaries for the RISC-V platform. - #17258 Fix issue with conflicted mempool tx in listsinceblock (adamjonas) - #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) ### RPC and other APIs - #17687 cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice (brakmic) - #17728 require second argument only for scantxoutset start action (achow101) - #17445 zmq: Fix due to invalid argument and multiple notifiers (promag) - #17524 psbt: handle unspendable psbts (achow101) +- #17156 psbt: check that various indexes and amounts are within bounds (achow101) ### GUI - #17427 Fix missing qRegisterMetaType for `size_t` (hebasto) - #17695 disable File-\>CreateWallet during startup (fanquake) - #17634 Fix comparison function signature (hebasto) +- #18062 Fix unintialized WalletView::progressDialog (promag) ### Tests and QA - #17416 Appveyor improvement - text file for vcpkg package list (sipsorcery) @@ -83,6 +86,7 @@ distribution provides binaries for the RISC-V platform. - #17654 Unbreak build with Boost 1.72.0 (jbeich) - #17857 scripts: Fix symbol-check & security-check argument passing (fanquake) - #17762 Log to net category for exceptions in ProcessMessages (laanwj) +- #18100 Update univalue subtree (MarcoFalke) Credits ======= @@ -92,6 +96,7 @@ Thanks to everyone who directly contributed to this release: - Aaron Clauson - Adam Jonas - Andrew Chow +- Fabian Jahr - fanquake - Gregory Sanders - Harris @@ -101,6 +106,7 @@ Thanks to everyone who directly contributed to this release: - João Barbosa - Karl-Johan Alm - Luke Dashjr +- MarcoFalke - Russell Yanofsky - Wladimir J. van der Laan |