summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-06-16 09:12:43 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-06-16 09:13:56 +0200
commit66df7641a8ebce0da8b0023b7053b1c53e916372 (patch)
tree647cbc21381bb9f4d58cf223f3e31830dad52c5c /ChangeLog
parent1cf413ff986cf464202a07df60e7bd54695ed0e0 (diff)
downloadastroid-git-66df7641a8ebce0da8b0023b7053b1c53e916372.tar.gz
Fix a crash caused by a lookup of a monkey-patched method (#803)
Close PyCQA/pylint#3686
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e6a8a03..cb92a70d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,15 @@ Release Date: TBA
Close PyCQA/pylint#3583
+What's New in astroid 2.4.3?
+============================
+Release Date: TBA
+
+* Fix a crash caused by a lookup of a monkey-patched method
+
+ Close PyCQA/pylint#3686
+
+
What's New in astroid 2.4.2?
============================
Release Date: 2020-06-08