Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: Document removal of query_count parameter from get_query_pool_results() #710

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

MarijnS95
Copy link
Collaborator

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.

…y_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.
@MarijnS95 MarijnS95 merged commit 7b3df84 into master Feb 24, 2023
@MarijnS95 MarijnS95 deleted the document-remove-query-count branch February 24, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants