From 535321f4a250963175dba28138431044ef7f8b46 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:45:39 +0200 Subject: [PATCH] #2287 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e94a08c51..a0eedc8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,6 +138,8 @@ Changes to futures: - `ShaderModule` is now constructed with a `new` method, which takes a `ShaderModuleCreateInfo` struct. The old constructors `from_words` and `from_bytes` are deprecated. - Added a `set_debug_utils_object_name` method to the `DeviceOwned` trait. - Support for the `ext_subgroup_size_control` extension. +- Support for the `khr_image_format_list` extension. +- Support for the `khr_swapchain_mutable_format` extension. ### Bugs fixed