diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index ddd8498a..681b69f2 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -7,6 +7,7 @@ - Added `DeviceExtensions::khr_spirv_1_4`, which allows SPIR-V 1.4 shaders in Vulkan versions below 1.2. - Added `FunctionPointers::api_version` to query the highest supported instance version. - Added `Instance::api_version` and `Device::api_version` to return the actual supported Vulkan version. These may differ between instance and device, and be lower than what `FunctionPointers::api_version` and `PhysicalDevice::api_version` return (currently never higher than 1.1, but this may change in the future). +- Fixed the issue when creating a buffer with exportable fd on Linux(see to #1545). # Version 0.23.0 (2021-04-10)