diff --git a/CHANGELOG.md b/CHANGELOG.md index 74efa7bd9a9..a42a0a0645b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,7 @@ Bottom level categories: #### Vulkan - Don't use a pointer to a local copy of a `PhysicalDeviceDriverProperties` struct after it has gone out of scope. In fact, don't make a local copy at all. Introduce a helper function for building `CStr`s from C character arrays, and remove some `unsafe` blocks. By @jimblandy in [#3076](https://github.com/gfx-rs/wgpu/pull/3076). +- Add a way to specify a texture's owning queue family. ## wgpu-0.14.1 (2022-11-02)