From f4498585ad2935d54dfc00308b72dbabcc789ebf Mon Sep 17 00:00:00 2001 From: Rua Date: Sat, 8 Jul 2023 12:10:35 +0200 Subject: [PATCH] #2256 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77c13b7b9..d60b87ef3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,7 @@ Changes to samplers: - Fixed UB in `{AutoCommandBufferBuilder, UnsafeCommandBufferBuilder}::push_constants` where a reference to uninitialized bytes could have been created. - `Device::set_debug_utils_object_name` no longer exhibits use-after-free UB. - [#2248](https://github.com/vulkano-rs/vulkano/issues/2248): Meanings of | and & operators for extensions were swapped. +- Fixed validation for the `AllocationType` of allocations in `RawImage::bind_memory`, where the image tiling wasn't taken into consideration. # Version 0.33.0 (2023-04-01)