diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd9605890..faefa236a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,9 @@ Changes to synchronization primitives: - `Event::reset` is now `unsafe`, as it has preconditions that cannot be validated. - `FenceCreateInfo::signaled` is replaced with a `flags` field. +Changes to queries: +- `Query` and `QueriesRange` are removed. The `get_results` method is moved to `QueryPool` directly. + ### Additions - Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.