diff options
author | Ava Chow <github@achow101.com> | 2024-03-08 12:22:08 -0500 |
---|---|---|
committer | Ava Chow <github@achow101.com> | 2024-03-21 13:43:34 -0400 |
commit | 27cfda1baec63ee4fb0f743576227528104fe495 (patch) | |
tree | 983636b811b9d7824aa4f46296c9d25f8c238890 | |
parent | daba5e2c5be67a1bcb9af2e65464d3b92b042460 (diff) |
doc: Update release notes for 25.2rc2
-rw-r--r-- | doc/release-notes.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index eb85c31a6b..32072de6a9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,9 +1,9 @@ -25.2rc1 Release Notes +25.2rc2 Release Notes ================== -Bitcoin Core version 25.2rc1 is now available from: +Bitcoin Core version 25.2rc2 is now available from: - <https://bitcoincore.org/bin/bitcoin-core-25.2/test.rc1> + <https://bitcoincore.org/bin/bitcoin-core-25.2/test.rc2> This release includes various bug fixes and performance improvements, as well as updated translations. @@ -51,6 +51,12 @@ Notable changes ### Wallet - #29176 wallet: Fix use-after-free in WalletBatch::EraseRecords +- #29510 wallet: `getrawchangeaddress` and `getnewaddress` failures should not affect keypools for descriptor wallets + +### P2P and network changes + +- #29412 p2p: Don't process mutated blocks +- #29524 p2p: Don't consider blocks mutated if they don't connect to known prev block Credits ======= @@ -60,6 +66,9 @@ Thanks to everyone who directly contributed to this release: - Martin Zumsande - Sebastian Falbesoner - MarcoFalke +- UdjinM6 +- dergoegge +- Greg Sanders As well as to everyone that helped with translations on [Transifex](https://www.transifex.com/bitcoin/bitcoin/). |