diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cf3aa7..5f746ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ Changes to command buffers: - [#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. +- Fixed a bug when using `GenericMemoryAllocator` configured not to use dedicated allocation, where a dedicated allocation wasn't created even when required. # Version 0.33.0 (2023-04-01)