diff options
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r-- | doc/whatsnew/2.12.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst index 919371046..be99f68d9 100644 --- a/doc/whatsnew/2.12.rst +++ b/doc/whatsnew/2.12.rst @@ -77,6 +77,11 @@ Other Changes Closes #5178 +* Fix ``accept-no-yields-doc`` and ``accept-no-return-doc`` not allowing missing ``yield`` or + ``return`` documentation when a docstring is partially correct + + Closes #5223 + * Fix ``simplify-boolean-expression`` when condition can be inferred as False. Closes #5200 |