diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e509ac5d7..376f3745553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,9 @@ Bottom level categories: - Fix Multiview to disable validation of TextureViewDimension and ArrayLayerCount. By @MalekiRe in [#3779](https://github.com/gfx-rs/wgpu/pull/3779#issue-1713269437). +#### Vulkan +- Fix incorrect aspect in barriers when using emulated Stencil8 textures. By @cwfitzgerald in [](). + ### Examples #### General