diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a12de0..8c8e6d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,9 @@ Changes to queries: - `QueryPoolCreateInfo` now has a `pipeline_statistics` field to specify the pipeline statistics flags. - The `CommandBufferInheritanceInfo::query_statistic_flags` field is renamed to `pipeline_statistics` to match Vulkan. +Changes to queues: +- The `Queue::id_within_family` method is renamed to `queue_index` to match Vulkan. + ### Additions - Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).