Skip to content

Commit 7cf3f1f

Browse files
committed
changelog: Document removal of query_count parameter from get_query_pool_results()
Commit c66db26 ("device: Replace `query_count` parameter in `get_query_pool_results` with `data.len()` (#644)") removed this parameter in favour of using `data.len()` to make it more obvious to use an appropriate element type that matches the kind of request (see also #639) so that the stride is filled in correctly, but it was not mentioned in the changelog yet.
1 parent 9e71ab9 commit 7cf3f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
- Removed all code generated for `"disabled"` extensions, typically with a number rather than a descriptive name (#448)
1818
- Removed experimental AMD extensions (#607)
19+
- Removed `query_count` parameter from `get_query_pool_results()` in favour of `data.len()` (#644)
1920
- Removed misnamed, deprecated `debug_utils_set_object_name()` and `debug_utils_set_object_tag()` entirely, use `set_debug_utils_object_name()` and `set_debug_utils_object_tag()` instead (#661)
2021

2122
## [0.37.2] - 2022-01-11

0 commit comments

Comments
 (0)