Skip to content

Commit

Permalink
#1822 Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Feb 9, 2022
1 parent d701a3a commit 9f1ef52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9f1ef52

Please sign in to comment.