summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2019-09-25 20:37:40 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-12-04 09:33:57 +0100
commit4952320cda79c79f6868e4fb59f09e188cd9cafc (patch)
treeb0a68e71f4c21388d89e3953ee9991698a8cb12f /ChangeLog
parent3fd48b32fd3db219c9abe9a668f9e41ee673c206 (diff)
downloadastroid-git-4952320cda79c79f6868e4fb59f09e188cd9cafc.tar.gz
brain_gi: Don't ignore special methods
Ignoring all special methods while inspecting gi classes leads to pylint not detecting that objects are e.g. iterable or subscriptable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a38dab51..b1b533a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ What's New in astroid 2.4.0?
============================
Release Date: TBA
+* Don't ignore special methods when inspecting gi classes
+
+ Close #728
+
* Added transform for ``scipy.gaussian``
* Added a brain for ``responses``