In commit 6acfe48f32
, the kwarg was added
to environment() in addition to the env object methods. As part of the
associated refactor, a shared KwargInfo was used, and evolved to be new
since 0.62.0 in the two cases where it is in fact new.
However, it *also* set the base KwargInfo for the exact same newness,
which is wrong as it was present ever since the initial introduction in
0.34.0
As usual for anything that predates 0.37.0 we simply don't tag
FeatureNew. Revert this back to the same KwargInfo definition from
before the refactoring commit.
Fixes #10402
pull/10403/head
parent
9fe18a63b1
commit
cf86b2f9a1
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue