You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We didn't track version changes before 4.0 very well. There are many other objects added before 4.0 that also don't have a versionadded note, so I'd rather not add it for just one of them.
4.0 is almost four years old at this point so I don't see much point in tracking down exactly when in the 3.* series each object was added.
I see. The reason I opened this is that I only needed this single feature and wanted to define my dependency on typing-extension in the loosest (yet correct) way, so I went to search this specific bit of information and added it back when I got it. I understand if only doing this (very) partially isn't desired. However, I would suggest adding a note somewhere saying that whenever this information is missing, 4.0.0 is a safe minimum requirement to assume, because this isn't obvious at all from the outside.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
According to git blame,
TypeAliaswas added in d362ccb, which GitHub's UI indicates was included as early as 3.10.0.0