From beab2e81c1498d12dc33c516171bd7a5fbde99ad Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 30 Jan 2024 09:41:18 -0300 Subject: [PATCH] [8.0.x] Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument --- doc/en/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 02929060e..d2b589c73 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -266,6 +266,10 @@ These are breaking changes where deprecation was not possible. therefore fail on the newly-re-emitted warnings. +- 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. + + Deprecations ------------