From bf4fe79dfeb091a0b9f9e1b1d318f8a39e4c78e8 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Tue, 25 Mar 2025 21:47:20 +0100 Subject: [PATCH] #2668 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba18529e..77c1f8ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Changes to `GraphicsPipeline`: ### Bugs fixed - When using bindless, the validation checks for `DescriptorBindingRequirements` would panic. +- [#2477](https://github.com/vulkano-rs/vulkano/issues/2477) Incorrect validation for `win32_monitor` in surfaces. # Version 0.35.1 (2025-02-08)