Update doc/en/changelog.rst

Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Bruno Oliveira 2024-01-30 09:38:02 -03:00 committed by GitHub
parent 84d53d0453
commit 5d05cfc61e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -266,8 +266,7 @@ These are breaking changes where deprecation was not possible.
therefore fail on the newly-re-emitted warnings.
- The internal ``FixtureManager.getfixtureclosure`` method introduced a breaking change (mostly by accident):
the ``ignore_args`` parameter was changed to an ``AbstractSet[str]`` and lost the default argument. Plugins
- The internal ``FixtureManager.getfixtureclosure`` method has changed. Plugins which use this method or
which subclass ``FixtureManager`` and overwrite that method will need to adapt to the change.