From 9acc2fcda646153c5fa982a110f3b4fbd898752e Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Sun, 18 Dec 2022 10:22:52 -0600 Subject: [PATCH] #2104 Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e9fb956e..ca4db8e341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ Changes to pipelines: - A `buffer_with_range` constructor for `WriteDescriptorSet`, which can be used to select the range within the buffer that should be bound. This must be used when using dynamic buffers. ### Bugs fixed +- [#2094](/~https://github.com/vulkano-rs/vulkano/issues/2094): Fixed debug assertion when the first command in a command buffer that uses an image expects it to be in the `Undefined` layout. # Version 0.32.3 (2022-12-07)