#1656 Changelog update

This commit is contained in:
Ilya Lakhin 2021-08-01 22:48:35 +07:00
parent b7f61df072
commit 00b6340715

View File

@ -59,6 +59,8 @@
- Fixed synchronization bug where pipeline barriers were placed based on the binding of resources instead of the draw/dispatch calls that use them.
- `SyncCommandBufferBuilder` and `UnsafeCommandBufferBuilder` accept any `IntoIterator` where they previously only accepted `Iterator`.
- Updated ash to 0.33.0, vk.xml to 1.2.185, and ran `cargo update` to update other dependencies' patch versions.
- Add support for EXTENDED_SRGB_NONLINEAR_EXT color space.
- Better error message for wrong color space value
# Version 0.24.0 (2021-06-20)