aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-04-28 17:58:18 -0400
committerJack Lloyd <[email protected]>2021-04-28 17:58:18 -0400
commit4dc2c098a13a64adda4f8846f6ec71adb8bb89f7 (patch)
treeeb91b14cb2b2a036a22b7aa24662f853a542d59e /news.rst
parent9142bb06171fec7fa568d83641c871ef274ab016 (diff)
Rephrase the C++ version bump in the change log [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/news.rst b/news.rst
index 8f41a5691..a88e29fc7 100644
--- a/news.rst
+++ b/news.rst
@@ -4,8 +4,8 @@ Release Notes
Version 3.0.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* Switch the build to C++17 mode; require at least GCC 9, Clang 7 or MSVC 2019.
- (GH #2455)
+* Botan is now a C++17 codebase; compiler requirements have been
+ increased to GCC 9, Clang 7, or MSVC 2019. (GH #2455)
* Support for TLS 1.0, TLS 1.1, and DTLS 1.0 have been removed (GH #2631)