summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-05-09 14:44:05 -0400
committerGitHub <noreply@github.com>2022-05-09 14:44:05 -0400
commit273a8b25620467c1e5686aa8d2a1dbb8c02c78d0 (patch)
tree8fa1f4743fd5fbc9390b1075b9f30d433d7431d0 /ChangeLog
parent737f5bdaa708be4cbaec58eb4b1b939d8d897a6a (diff)
downloadpylint-git-273a8b25620467c1e5686aa8d2a1dbb8c02c78d0.tar.gz
Add regression test for #6497 (#6498)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25bc8cf8e..f8db6f0e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -307,6 +307,11 @@ What's New in Pylint 2.13.9?
============================
Release date: TBA
+
+* Fix false positives for ``no-name-in-module`` and ``import-error`` for ``numpy.distutils`` and ``pydantic``.
+
+ Closes #6497
+
* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.
Relates to #6531