From acaa8c9be6e54bc3b22f64f12e1543bd97814bc9 Mon Sep 17 00:00:00 2001 From: Rua Date: Thu, 10 Feb 2022 22:42:25 +0100 Subject: [PATCH] #1823 Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a97df53a..396d54d4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Fixed bug in the `QueueFamily::supports_` methods causing a panic when querying support for a stage that needs no queue flags. - Fixed buffer overflow bug in `AutoCommandBufferBuilder::push_constants`. - Fixed `AutoCommandBufferBuilder::push_constants` to push multiple times in case of range overlap (to accommodate VUIDs 01795 and 01796) +- Fixed `shader!` macro failing to compile with geometry shaders. # Version 0.28.0 (2022-02-02)