summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.13.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index e7fc63b88..6fe17d995 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -110,6 +110,12 @@ Other Changes
Closes #352
+* Reinstated checks from the python3 checker that are still useful for python 3
+ (``eq-without-hash``). This is now in the ``pylint.extensions.eq_without_hash`` optional
+ extension.
+
+ Closes #5025
+
* Fix false-negative for ``assignment-from-none`` checker with list.sort() method.
Closes #5722