docs: add release notes for PR #11458

This commit is contained in:
Mathieu Fenniak 2026-02-28 15:42:26 -07:00
parent 0da4505a49
commit b394e66d5f
No known key found for this signature in database

1
release-notes/11458.md Normal file
View file

@ -0,0 +1 @@
feat: implement repo-specific access tokens in relevant search & list APIs. **Breaking**: the following APIs could previously return private repositories when using a public-only access token, but can no longer do so: `/user/repos`, `/users/{username}/repos`, `/orgs/{org}/repos`, and `/teams/{id}/repos`.