From 0096c75670efaefa440e758594b59646461ee0c3 Mon Sep 17 00:00:00 2001 From: Rua Date: Thu, 11 Aug 2022 09:50:01 +0200 Subject: [PATCH] #1950 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9917ab16..c94cb6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ - Ensure both iOS and MacOS have `CAMetalLayer` when using `create_surface_from_handle` - Bugs fixed: - [#1896](https://github.com/vulkano-rs/vulkano/issues/1896): Vulkano-shaders generates invalid struct definitions when struct field names are stripped out by the compiler. + - Fixed iOS support. # Version 0.30.0 (2022-07-20)