#1653 Changelog update

This commit is contained in:
Ilya Lakhin 2021-08-01 21:40:15 +07:00
parent 016942f0aa
commit e82c76ad33

View File

@ -58,6 +58,7 @@
- Added limits check for vertex buffer binding numbers.
- 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.
# Version 0.24.0 (2021-06-20)