diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6846ab..8ddec411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -161,6 +161,7 @@ Other: - Fix UB in debug messenger when driver reports null pointers for empty arrays. - `FreeListAllocator` not giving out suballocations that are free and of suitable size/alignment in a certain edge case. - Fixed descriptor sets with `UPDATE_AFTER_BIND` or `PARTIALLY_BOUND` being wrongly validated on bind. +- Fixed non-default image view usage being ignored. - Vulkano-shaders: Fixed shader struct names that are invalid rust idents from panicking the shader! macro. Rust-gpu emitted struct names such as `foo::bar::MyStruct` now work. # Version 0.34.1 (2023-10-29)