Skip to content

Commit f1d21ef

Browse files
committed
doc: add C++17 release note for 0.21.0
Mention that the codebase is now compatible with C++17, and that the intention is to require C++17 starting with 0.22.0.
1 parent 39bd9dd commit f1d21ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ wallet versions of Bitcoin Core are generally supported.
4545
Compatibility
4646
==============
4747

48+
During this release cycle, work has been done to ensure that the codebase is fully
49+
compatible with C++17. The intention is to begin using C++17 features starting
50+
with the 0.22.0 release. This means that a compiler that supports C++17 will be
51+
required to compile 0.22.0.
52+
4853
Bitcoin Core is supported and extensively tested on operating systems
4954
using the Linux kernel, macOS 10.12+, and Windows 7 and newer. Bitcoin
5055
Core should also work on most other Unix-like systems but is not as

0 commit comments

Comments
 (0)