From 5d05cfc61e2cf7b6ef06d9f6bb7f02b88e80cccb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 30 Jan 2024 09:38:02 -0300 Subject: [PATCH] Update doc/en/changelog.rst Co-authored-by: Ran Benita --- doc/en/changelog.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index a933cf0e4..6f67b7ba1 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -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.