diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2020-06-16 09:12:43 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-06-16 09:13:56 +0200 |
| commit | 66df7641a8ebce0da8b0023b7053b1c53e916372 (patch) | |
| tree | 647cbc21381bb9f4d58cf223f3e31830dad52c5c /ChangeLog | |
| parent | 1cf413ff986cf464202a07df60e7bd54695ed0e0 (diff) | |
| download | astroid-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
