diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index fc36a5dcf..6f67b7ba1 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 ------------