diff options
| author | fanquake <[email protected]> | 2017-11-23 08:02:06 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-11-23 08:02:06 +0800 |
| commit | fae98f66fe5a7cee12f1b01cb9c1545ec479cf02 (patch) | |
| tree | e587c2edd7433531fda943ad6f760fda9fc344b6 /doc/release-notes.md | |
| parent | Merge #11743: qa: Add multiwallet prefix test (diff) | |
| download | discoin-fae98f66fe5a7cee12f1b01cb9c1545ec479cf02.tar.xz discoin-fae98f66fe5a7cee12f1b01cb9c1545ec479cf02.zip | |
[Docs] Bump minimum required version of GCC to 4.8
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 32f1bef62..2c63b1f88 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -56,6 +56,11 @@ frequently tested on them. Notable changes =============== +GCC 4.8.x +-------------- +The minimum version of GCC required to compile Bitcoin Core is now 4.8. No effort will be +made to support older versions of GCC. See discussion in issue #11732 for more information. + HD-wallets by default --------------------- Due to a backward-incompatible change in the wallet database, wallets created |