summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>2022-08-23 11:12:55 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-08-23 11:39:34 +0200
commit823e802de81350e7aa57807b450faa21d6d25de1 (patch)
treea014aac33c08bc7d9f89f6f27f8e137662f24cec /ChangeLog
parente1d1783ff6a2a24699a5dc13fc87d5baac0b6630 (diff)
downloadastroid-git-823e802de81350e7aa57807b450faa21d6d25de1.tar.gz
Fix false positive with inference of `http` module (#1742)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04cbbc44..ecced06a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,10 @@ Release date: TBA
Closes #1737
+* Fix false positive with inference of ``http`` module when iterating ``HTTPStatus``.
+
+ Refs PyCQA/pylint#7307
+
* Bumped minimum requirement of ``wrapt`` to 1.14 on Python 3.11.