summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-28 08:49:13 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-05-28 08:49:44 +0200
commit340649c52488c858c592a17f680992efe16dc41b (patch)
treedf88baf51fa90d23e718e117973acc4d1ce72f1d /ChangeLog
parentb339a0ee17c15f7be23dee0c981edf64f0e65f33 (diff)
downloadastroid-git-340649c52488c858c592a17f680992efe16dc41b.tar.gz
Properly construct the arguments of infered property descriptors (#796)
Close PyCQA/pylint#3648
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d5732a..d9e6b980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,10 @@ Release Date: TBA
Close PyCQA/pylint#3519
+* Properly construct the arguments of infered property descriptors
+
+ Close PyCQA/pylint#3648
+
What's New in astroid 2.4.1?
============================