diff --git a/CHANGELOG.md b/CHANGELOG.md index 97eb8b41..334f98b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,10 @@ - **Breaking** `Semaphore::export_opaque_fd` is now `unsafe`. - **Breaking** `Sampler` creation parameters are given using `SamplerCreateInfo`. - **Breaking** `SamplerYcbcrConversion` creation parameters are given using `SamplerYcbcrConversionCreateInfo`. +- **Breaking** `UnsafeDescriptorPool` creation parameters are given using `UnsafeDescriptorPoolCreateInfo`. +- **Breaking** The `alloc` and `free` methods of `UnsafeDescriptorPool` are renamed to `allocate_descriptor_sets` and `free_descriptor_sets`. +- **Breaking** The `alloc` method of the `DescriptorPool` trait is renamed to `allocate`. +- **Breaking** `DescriptorSetLayout::descriptors_count` is renamed to `descriptor_counts`, and returns a hashmap instead of a separate type. - 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.