From 9f1ef520b555a85a55eec45cc1f2190f412548cf Mon Sep 17 00:00:00 2001 From: Rua Date: Wed, 9 Feb 2022 12:29:30 +0100 Subject: [PATCH] #1822 Changelog update --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460225b6b3..b17d4e1f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ Pull Request merge. --> -- Fix sync bug in `copy_image` and `blit_image` where the `src` and `dest` images are the same but with different mip level and/or array layer. -- Fix bug in `begin_render_pass` causing a panic when clearing a depth-only attachment. +- Fixed sync bug in `copy_image` and `blit_image` where the `src` and `dest` images are the same but with different mip level and/or array layer. +- Fixed bug in `begin_render_pass` causing a panic when clearing a depth-only attachment. +- Fixed bug in the `QueueFamily::supports_` methods causing a panic when querying support for a stage that needs no queue flags. # Version 0.28.0 (2022-02-02)