From 21bec6cfbed7ae36478aeff956919727c2bb8641 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 30 Jan 2024 09:41:18 -0300 Subject: [PATCH] Add changelog entry about FixtureManager.getfixtureclosure changing (#11887) As discussed in #11868. --- doc/en/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index fc36a5dcf0d..6f67b7ba16c 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 ------------