summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-21 11:20:33 -0400
committerBrad King <brad.king@kitware.com>2021-06-21 11:20:33 -0400
commit25e82666e42cb3bdcac52e60067960c34ff50f5e (patch)
tree035c010526f585a4be0bd40c2b561f2aab5f0b3a
parent621f7bf2e536e0618ab9e1e51bf96578f8783411 (diff)
downloadcmake-25e82666e42cb3bdcac52e60067960c34ff50f5e.tar.gz
Help: Add 3.20 release note section for 3.20.{3,4,5}
Make it clear that the notes for these patch releases were not forgotten, and that there were simply no changes to documented features or interfaces.
-rw-r--r--Help/release/3.20.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst
index f77304fcff..da27174d7b 100644
--- a/Help/release/3.20.rst
+++ b/Help/release/3.20.rst
@@ -362,3 +362,10 @@ Changes made since CMake 3.20.0 include the following.
a special case to recognize oneAPI 2021.1 Fortran as ``IntelLLVM``.
The oneAPI 2021.2 Fortran compiler defines the proper identification
macro and so is identified as ``IntelLLVM`` by all CMake 3.20 versions.
+
+3.20.3, 3.20.4, 3.20.5
+----------------------
+
+These versions made no changes to documented features or interfaces.
+Some implementation updates were made to support ecosystem changes
+and/or fix regressions.