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)