summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Help/release/3.31.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.31.rst b/Help/release/3.31.rst
index 3e125c9..606fb95 100644
--- a/Help/release/3.31.rst
+++ b/Help/release/3.31.rst
@@ -253,3 +253,7 @@ Other Changes
:variable:`<PROJECT-NAME>_SOURCE_DIR`, :variable:`<PROJECT-NAME>_BINARY_DIR`,
and :variable:`<PROJECT-NAME>_IS_TOP_LEVEL` as both normal variables and
cache entries. See policy :policy:`CMP0180`.
+
+* The :command:`cmake_parse_arguments(PARSE_ARGV)` command now defines a
+ variable for an empty string after a single-value keyword. See policy
+ :policy:`CMP0174`.