From 7f9fd2d41257935b3205272617e0d5035bf64c2a Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 24 Apr 2023 11:45:59 +0200 Subject: [PATCH] #2191 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81693f013e..f4e0b25f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Changes to pipeline construction: ### Bugs fixed - [#2184](https://github.com/vulkano-rs/vulkano/issues/2184): `VK_KHR_get_physical_device_properties2` not used in `Device` creation for Vulkan 1.1 and later. +- Fixed UB in `ShaderModule::from_bytes[_with_data]`, where an unaligned reference could have been created. # Version 0.33.0 (2023-04-01)