From 4349c8e00400557600a7272ff80e96fd4a78df66 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:01:03 +0100 Subject: [PATCH] #2469 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1211389746..647fcceff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ Changes to queues: - Improved and more accurate validation of fragment output. - `RawRecordingCommandBuffer::end` being safe to call. - Fix wrong comparison in push constant size validation check. +- Unnecessarily strict validation that disallowed providing a single DRM format modifier without an explicit layout. # Version 0.34.1 (2023-10-29)