0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

doc: Add release notes for 29775

This commit is contained in:
Fabian Jahr 2024-08-07 21:28:35 +02:00
parent f7cc97313b
commit 4b2fad502e
No known key found for this signature in database
GPG key ID: F13D1E9D890798CD

View file

@ -0,0 +1,10 @@
Testnet4/BIP94 support
-----
Support for Testnet4 as specified in [BIP94](https://github.com/bitcoin/bips/blob/master/bip-0094.mediawiki)
has been added. The network can be selected with the `-testnet4` option and
the section header is also named `[testnet4]`.
While the intention is to phase out support for Testnet3 in an upcoming
version, support for it is still available via the known options in this
release.