diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 8ef732d7c..7e13a4726 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -8715,7 +8715,7 @@ time or change existing behaviors in order to make them less surprising/more use it might be the cause for other finalizers to fail. - fix ordering when mock.patch or other standard decorator-wrappings - are used with test methods. This fixues issue346 and should + are used with test methods. This fixes issue346 and should help with random "xdist" collection failures. Thanks to Ronny Pfannschmidt and Donald Stufft for helping to isolate it.