-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix @since comment in IManager #32739
Conversation
Signed-off-by: Louis Chemineau <[email protected]>
/backport to stable24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of this, the api was added in 25 and an app that wants to use that should target 25. We can't specify in an appinfo.xml that an app is only available for 24.0.1
#9024 😈 |
imo it is sufficient to have this only in the stable branch. otherwise, you won't not know what the proper version are in 23 and 24 if only the version of 22 remains. |
The methods will be backported to 23 and 22 but PR are still pending. I'll create a new PR to update the
@since
when they get merged.