diff options
-rw-r--r-- | Help/release/3.24.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst index 3141255c5e..7db9c915b5 100644 --- a/Help/release/3.24.rst +++ b/Help/release/3.24.rst @@ -317,6 +317,11 @@ Deprecated and Removed Features * The :module:`FindGLUT` module no longer provides the undocumented ``GLUT_LIBRARY`` and ``GLUT_INCLUDE_PATH`` result variables. +* The :module:`FindVulkan` module no longer silently ignores unknown + components requested by a ``find_package(Vulkan REQUIRED ...)`` call. + With the addition of support for components, requests for unknown + components now produce an error. + Other Changes ============= |