diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-07-23 18:28:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-07-23 18:30:00 +0200 |
commit | 58feb9ecb647d41f38e8fdd0beb1665f04f9b4bb (patch) | |
tree | c49a58a0c4cc4e04325cf531995dbdeceaab4340 /doc/release-notes.md | |
parent | cac7a9809a3d4b597fc15de16fa1e8ccdec90a8c (diff) |
doc: Add changelog and authors to release notes for 0.20.1
Tree-SHA512: 39bbead4040097dd8aeac13bed57ad5e698aa2453883d8259930399e3c0f51168913a991f303a3407b649cfbf6e223291ca0942119514060e9a164bd05fa91f5
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 6f2e61ce68..10ba4e3d4b 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -95,10 +95,54 @@ broken since that release (bug 0.20.1 change log ================= +### Mining +- #19019 Fix GBT: Restore "!segwit" and "csv" to "rules" key (luke-jr) + +### P2P protocol and network code +- #19219 Replace automatic bans with discouragement filter (sipa) + +### Wallet +- #19300 Handle concurrent wallet loading (promag) +- #18982 Minimal fix to restore conflicted transaction notifications (ryanofsky) + +### RPC and other APIs +- #19524 Increment input value sum only once per UTXO in decodepsbt (fanquake) +- #19517 psbt: Increment input value sum only once per UTXO in decodepsbt (achow101) + +### GUI +- #19097 Add missing QPainterPath include (achow101) +- #19059 update Qt base translations for macOS release (fanquake) + +### Build system +- #19152 improve build OS configure output (skmcontrib) +- #19536 qt, build: Fix QFileDialog for static builds (hebasto) + +### Tests and QA +- #19444 Remove cached directories and associated script blocks from appveyor config (sipsorcery) +- #18640 appveyor: Remove clcache (MarcoFalke) + +### Miscellaneous +- #19194 util: Don't reference errno when pthread fails (miztake) +- #18700 Fix locking on WSL using flock instead of fcntl (meshcollider) + Credits ======= Thanks to everyone who directly contributed to this release: +- Aaron Clauson +- Andrew Chow +- fanquake +- Hennadii Stepanov +- João Barbosa +- Luke Dashjr +- MarcoFalke +- MIZUTA Takeshi +- Pieter Wuille +- Russell Yanofsky +- sachinkm77 +- Samuel Dobson +- Wladimir J. van der Laan + As well as to everyone that helped with translations on [Transifex](https://www.transifex.com/bitcoin/bitcoin/). |