From 266832223ff68e781375ce897372757445a6639e Mon Sep 17 00:00:00 2001 From: Ilya Lakhin Date: Sat, 19 Mar 2022 02:28:36 +0700 Subject: [PATCH] #1859 Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e138ba9b6..cba2a9c3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,7 @@ - Validate SPIR-V code containing `OpUndef` correctly. - `VertexBuffersCollection` now supports arrays. - Fixed overflow in multiview vertex buffer validation. +- Fixed missing initialization in `PhysicalDevice::surface_formats`. # Version 0.28.0 (2022-02-02)