From 9063674517e4244155f8286c2106dfb2707be0f4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 17 Aug 2022 09:52:14 -0400 Subject: Help: Add 3.24 release note about FindVulkan component enforcement Since commit 6e4d20921d (FindVulkan: Add component for `shaderc_combined`, 2022-05-18, v3.24.0-rc1~111^2~5), the module rejects unknown components. Add a release note about this behavior change. Issue: #23849 --- Help/release/3.24.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst index 3141255..7db9c91 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 ============= -- cgit v0.12