diff options
author | fanquake <fanquake@gmail.com> | 2017-11-23 08:02:06 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2017-11-23 08:02:06 +0800 |
commit | fae98f66fe5a7cee12f1b01cb9c1545ec479cf02 (patch) | |
tree | e587c2edd7433531fda943ad6f760fda9fc344b6 /doc/release-notes.md | |
parent | 3d6ad407770e13958e157bf026cae0bfb9254899 (diff) |
[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 32f1bef62c..2c63b1f88e 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 |