From 828a6319c8ed993247ac76d97e796a4b65c02592 Mon Sep 17 00:00:00 2001 From: Rua Date: Sat, 25 Mar 2023 12:56:16 +0100 Subject: [PATCH] #2162 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ed0a5beb..fa4c640845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,6 +112,7 @@ Changes to vulkano-shaders: - [#2149](https://github.com/vulkano-rs/vulkano/issues/2149): Image data being discarded when transitioning from UNDEFINED in StorageImage - Vulkano-shaders: `mat3xN` is now generated correctly, taking its matrix stride into account. - Vulkano-shaders: Row-major matrices are now generated correctly. +- Fixed potential panics during panics. # Version 0.32.3 (2022-12-07)