diff options
author | Brad King <brad.king@kitware.com> | 2021-06-21 15:49:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-21 15:49:10 (GMT) |
commit | 6d9fec6c0ba13932afa42cac1c99c1ca9e74d108 (patch) | |
tree | b6784ddab795652131a6f0818a92891ef3dd3f37 /Help/release | |
parent | dec927716e29d87f9809fc4193f2c4ce43f5745b (diff) | |
parent | efa5e1f367ac76cb7aa919929ece1f4799cdc4b2 (diff) | |
download | CMake-6d9fec6c0ba13932afa42cac1c99c1ca9e74d108.zip CMake-6d9fec6c0ba13932afa42cac1c99c1ca9e74d108.tar.gz CMake-6d9fec6c0ba13932afa42cac1c99c1ca9e74d108.tar.bz2 |
Merge branch 'release-3.20' into release-3.21
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.20.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst index f77304f..da27174 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. |