summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.12.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r--doc/whatsnew/2.12.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 760971a3a..76b08846f 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -73,6 +73,10 @@ Other Changes
* Fix ``install graphiz`` message which isn't needed for puml output format.
+* ``pylint`` no longer crashes when checking assignment expressions within if-statements
+
+ Closes #5178
+
* Fix ``simplify-boolean-expression`` when condition can be inferred as False.
Closes #5200