Problem
Changelog entries with the apichange type get description "API changes by deprecation", however this also encompasses API additions with no deprecations.
E.g., in the 1.11 changelog, the apichanges section shows the following:
Only #13398 involves a deprecation; #13350 and #13458 involve only new parameters.
Proposed Solution
I think the description of apichange could be made more general, e.g., just "API changes".
Could also have separate types for API deprecations and API additions, but there are cases where the deprecation of something is accompanied by the addition of a replacement, so separating those two doesn't always make sense.
Problem
Changelog entries with the
apichangetype get description "API changes by deprecation", however this also encompasses API additions with no deprecations.E.g., in the 1.11 changelog, the
apichangessection shows the following:Only #13398 involves a deprecation; #13350 and #13458 involve only new parameters.
Proposed Solution
I think the description of
apichangecould be made more general, e.g., just "API changes".Could also have separate types for API deprecations and API additions, but there are cases where the deprecation of something is accompanied by the addition of a replacement, so separating those two doesn't always make sense.