Add changelog entry about FixtureManager.getfixtureclosure changing (#11887)

As discussed in #11868.
This commit is contained in:
Bruno Oliveira
2024-01-30 09:41:18 -03:00
committed by GitHub
parent cb57bf50b1
commit 21bec6cfbe

View File

@@ -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
------------